Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv authored and Mariot Chauvin committed Jan 10, 2025
1 parent ab1e643 commit da4b295
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @guardian/actions-static-site V2
# @guardian/actions-static-site V3

Action to provision and serve a static site with Google Auth and a custom
domain.
Expand Down Expand Up @@ -33,16 +33,17 @@ jobs:
# ... (Build your static site.)

# Then upload it as an artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: my-site

# Then invoke this action (replacing app and domain)
- uses: guardian/actions-static-site@v2
- uses: guardian/actions-static-site@v3
with:
app: example
domain: example.gutools.co.uk
guActionsRiffRaffRoleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
```
Each run of actions-static-site uses actions-riff-raff to create a new build in
Expand Down

0 comments on commit da4b295

Please sign in to comment.