mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
github: Fix notebook publisher
This commit is contained in:
parent
2fb4a3876b
commit
520d551f35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-notebook.yml
vendored
2
.github/workflows/publish-notebook.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
||||||
aws configure set region eu-central-1
|
aws configure set region eu-central-1
|
||||||
aws configure set aws_access_key_id ${{secrets.AWS_ACCESS_KEY_ID}}
|
aws configure set aws_access_key_id ${{secrets.AWS_ACCESS_KEY_ID}}
|
||||||
aws configure set aws_secret_access_key ${{secrets.AWS_SECRET_ACCESS_KEY}}
|
aws configure set aws_secret_access_key ${{secrets.AWS_SECRET_ACCESS_KEY}}
|
||||||
aws s3 sync src/web/notebook/examples/drawing-with-forth.html s3://${{secrets.AWS_SITE_BUCKET}}/wafnb/drawing-with-forth/index.html
|
aws s3 cp src/web/notebook/examples/drawing-with-forth.html s3://${{secrets.AWS_SITE_BUCKET}}/wafnb/drawing-with-forth/index.html
|
||||||
|
|
Loading…
Reference in a new issue