Skip to content

Commit 55d24cc

Browse files
committed
ci: update docs
1 parent 2f69752 commit 55d24cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ jobs:
157157
shell: bash
158158
run: |
159159
sudo apt update
160+
echo $PWD
160161
echo "tree from single dot"
161162
tree -afh .
162163
echo \n\n
163-
164164
echo "tree from github workspace call"
165165
tree -afh ${{ github.workspace }}
166166
- name: "Docs - draft"
@@ -171,7 +171,7 @@ jobs:
171171
fail_on_unmatched_files: true
172172
draft: true
173173
files: |
174-
${{ env.PROJECT_NAME }}-*
174+
${{ env.PROJECT_NAME }}-${{ matrix.target }}-docs.zip
175175
name: "[${{ github.ref_name }} Docs]"
176176
body: ${{ env.DOCS_BODY }}
177177
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)