Skip to content

Commit

Permalink
Fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail-aspose committed Sep 13, 2024
1 parent c06c7bb commit 08aa168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Deploy About to S3
# run: hugo deploy --maxDeletes -1 --target "production"
run: hugo deploy --maxDeletes -1 --target "prod"
run: hugo deploy --maxDeletes -1 --target "production"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
Expand Down
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ menu:

deployment:
targets:
name: "qa"
URL: "s3://about.aspose.ai/?region=us-west-2"
# name: "production"
# URL: "s3://about.aspose.ai/?region=us-west-2"
# name: "qa"
# URL: "s3://about.aspose.ai/?region=us-west-2"
name: "production"
URL: "s3://about.aspose.ai/?region=us-west-2"

0 comments on commit 08aa168

Please sign in to comment.