Skip to content

Commit 32e0920

Browse files
authored
Update deploy-docs.yaml
1 parent 4e32ef0 commit 32e0920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
args: --acl public-read --follow-symlinks --delete
3131
env:
32-
AWS_S3_ENDPOINT: ${{ secrets.DOCS_AWS_S3_ENDPOINT }}
3332
AWS_S3_BUCKET: ${{ secrets.DOCS_AWS_S3_BUCKET }}
3433
AWS_ACCESS_KEY_ID: ${{ secrets.DOCS_AWS_ACCESS_KEY_ID }}
3534
AWS_SECRET_ACCESS_KEY: ${{ secrets.DOCS_AWS_SECRET_ACCESS_KEY }}
36-
SOURCE_DIR: 'site'
35+
DEST_DIR: ${{ secrets.DOCS_AWS_S3_DIR }}
36+
SOURCE_DIR: 'site'

0 commit comments

Comments
 (0)