Skip to content

Commit

Permalink
Added workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohail Ismail committed Dec 27, 2023
1 parent 19517f6 commit 7c49aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: hugo --config "config-master-www.toml" --cleanDestinationDir --minify

- name: Deploy Home to S3
run: hugo deploy --maxDeletes -1 --target "production"
run: hugo deploy --maxDeletes -1 --target "Home"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
Expand Down

0 comments on commit 7c49aae

Please sign in to comment.