Skip to content

Commit

Permalink
Merge pull request #36 from guardian/update-readme
Browse files Browse the repository at this point in the history
Describe use of actions-riff-raff in readme
  • Loading branch information
emdash-ie authored Jul 8, 2024
2 parents 33c5f0f + 30eff95 commit 44d59d7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: read

steps:
# ... (Buiild your static site.)
# ... (Build your static site.)

# Then upload it as an artifact
- uses: actions/upload-artifact@v3
Expand All @@ -45,6 +45,14 @@ jobs:
guActionsRiffRaffRoleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
```
Each run of actions-static-site uses actions-riff-raff to create a new build in
a Riff Raff project which deploys your static site. This allows you to configure
deployment as usual using Riff Raff, for example by setting up continuous
deployment to deploy any new builds on the main branch. It also means your
repository needs to have the necessary access to write to that Riff Raff project
(`deploy::<app>`).


## Inputs

### **app** `string` (required):
Expand Down

0 comments on commit 44d59d7

Please sign in to comment.