Further fixes for relative directory

This commit is contained in:
Jeremy Likness
2020-01-29 14:03:43 -08:00
parent bd4ee99396
commit 9dc4716a41
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Fix Base URL
run: |
sed -i "s/base href=\"\/\"/base href=\"\/vanillajs\/\"/g" ${{ env.OUTPUT_PATH }}index.html
sed -i "s/scope: \'\/\'/scope: \'\/vanillajs\/\'/g" ${{ env.OUTPUT_PATH }}index.html
sed -i "s/scope: '\/'/scope: '\/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}