Skip to content

Commit

Permalink
attempt to upload to erick-test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Feb 10, 2025
1 parent 190edbc commit 3119437
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
client-id: ${{ secrets.AZURE_OIDC_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_OIDC_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_OIDC_SUBSCRIPTION_ID }}
- name: Upload to Azure Blob Storage
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # tag: v2.1.0
with:
azcliversion: latest
inlineScript: |
az storage blob upload-batch --account-name $ACCOUNT_NAME -d '$web/get/${{ github.ref_name }}' -s ./docs --overwrite"

0 comments on commit 3119437

Please sign in to comment.