We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caefd77 commit e1df0edCopy full SHA for e1df0ed
action.yml
@@ -30,8 +30,7 @@ runs:
30
31
- name: Prepare upload without index.html
32
shell: bash
33
- run: |
34
- mkdir ${{ steps.uploadworkspace.outputs.upload_workspace }}
+ run: |
35
rsync -av --exclude 'index.html' '${{ inputs.source }}' "${{ steps.uploadworkspace.outputs.upload_workspace }}/"
36
37
- name: Upload all without index.html to Azure Blob (pre-stage)
0 commit comments