From 4f23dbb2fedf354d1c3a95f152826b0da1f6832a Mon Sep 17 00:00:00 2001 From: Andrew Burnes Date: Thu, 18 Jan 2024 07:42:07 -0700 Subject: [PATCH] chore: Adjust for Github GPG token expiration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 446fd92..e07edc6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Docker image for building and publishing static sites as part of the cloud.gov P Generally, site builds work in three stages: clone, build, and publish. Each stage is broken down into a number of steps. First, the container checks out the site from GitHub. Then it builds the site with the specified build engine. Then it gzip compresses text files and sets cache control headers. Finally, it uploads the built site to S3, and also creates redirect objects for directories, such as `/path` => `/path/`. ## Usage + ### Command ``` python main.py [options]