mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2024-11-14 09:34:55 +00:00
Update main.yml
Fix spelling of environment name
This commit is contained in:
parent
7f0ad65727
commit
132105e587
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
path: ${{ env.OUTPUT_PATH }}
|
||||
|
||||
- name: Fix Base URL
|
||||
run: sed -i "s/base href=\"\/\"/base href=\"\/vanillajs\/\"/g" ${{ env.OUTPUT_PATh }}index.html
|
||||
run: sed -i "s/base href=\"\/\"/base href=\"\/vanillajs\/\"/g" ${{ env.OUTPUT_PATH }}index.html
|
||||
|
||||
- name: Deploy to Azure Storage
|
||||
run: az storage blob upload-batch --source ${{ env.OUTPUT_PATH }} --destination \$web/vanillajs --account-name ${STORAGE_NAME}
|
||||
|
Loading…
Reference in New Issue
Block a user