Skip to content

Commit 92b3637

Browse files
fix: doc tar step in workflow (#1333)
1 parent 974bad0 commit 92b3637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: tar the existing docs from root
2323
run: |
24-
tar -cvf documentation.tar
24+
tar -cvf documentation.tar ./
2525
2626
- name: create a document artifact
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)