Skip to content

Commit

Permalink
Set AWS region when publishing techdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Sep 16, 2024
1 parent 614b8f8 commit 60ee400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TECHDOCS_S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TECHDOCS_S3_SECRET_ACCESS_KEY }}
AWS_REGION: ""
AWS_REGION: "eu-west-2"

bundler_build:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
Expand Down

0 comments on commit 60ee400

Please sign in to comment.