We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36b655 commit 8e14248Copy full SHA for 8e14248
.github/workflows/publish-docs.yaml
@@ -14,11 +14,10 @@ jobs:
14
workflow_search: false
15
workflow_conclusion: success
16
branch: main
17
- use_unzip: true
18
name: docs@${{ github.ref_name }}
19
20
- # - name: Unzip Archive
21
- # run: unzip docs@${{ github.ref_name }}.zip
+ - name: Unzip Archive
+ run: unzip docs@${{ github.ref_name }}.zip
22
23
- name: List
24
run: ls -al
0 commit comments