Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! ci: dissect workflows in order to enable …
Browse files Browse the repository at this point in the history
…pr website deploy
  • Loading branch information
Hotell committed Oct 25, 2024
1 parent 669acd3 commit f714217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
az storage blob upload-batch \
--destination '$web' \
--source ./pr-deploy-site \
--account-name ${{ secrets.AZURE_STORAGE }} \
--account-name ${{ env.AZURE_STORAGE }} \
--destination-path ${{ env.DEPLOY_BASE_PATH }} \
--auth-mode login \
--overwrite
Expand Down

0 comments on commit f714217

Please sign in to comment.