Skip to content

Commit

Permalink
chore: fix docs publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 22, 2024
1 parent 972a72a commit d78bb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az cdn endpoint purge --content-paths "/*" --profile-name "baklavajs" --name "baklavajs" --resource-group "Private" --no-wait
az afd endpoint purge --content-paths "/*" --profile-name "baklavajs" --endpoint-name "baklavajs" --resource-group "Private" --no-wait
- name: Azure Logout
run: az logout
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az cdn endpoint purge --content-paths "/*" --profile-name "baklavajs" --name "baklavajs" --resource-group "Private" --no-wait
az afd endpoint purge --content-paths "/*" --profile-name "baklavajs" --endpoint-name "baklavajs" --resource-group "Private" --no-wait
- name: Azure Logout
run: az logout
if: always()

0 comments on commit d78bb58

Please sign in to comment.