Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehfuzh committed Apr 1, 2024
1 parent 75aa188 commit 458dc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["master"]

env:
STORAGE_ACCOUNT: 'docs'
STORAGE_ACCOUNT: 'docs17698'

jobs:
build:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --source ./_site --destination '$web' --account-name ${{ env.STORAGE_ACCOUNT }} --overwrite true
az storage blob upload-batch --source ./.vuepress/dist --destination '$web' --account-name ${{ env.STORAGE_ACCOUNT }} --overwrite true
- name: logout
run: |
az logout

0 comments on commit 458dc9b

Please sign in to comment.