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 974bad0 commit 92b3637Copy full SHA for 92b3637
.github/workflows/publish-docs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: tar the existing docs from root
23
run: |
24
- tar -cvf documentation.tar
+ tar -cvf documentation.tar ./
25
26
- name: create a document artifact
27
uses: actions/upload-artifact@v4
0 commit comments