fix escape chars

This commit is contained in:
Jeremy Likness 2020-01-29 13:57:43 -08:00
parent 2609d8cf25
commit bd4ee99396

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}