Skip to content

Commit

Permalink
chore: Adjust for Github GPG token expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Jan 18, 2024
1 parent 8ad35c4 commit 4f23dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4f23dbb

Please sign in to comment.