Skip to content

Commit

Permalink
ci: fix docs path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Nov 25, 2023
1 parent 0dd0954 commit bfe847f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: mattnotmitt/[email protected]

- run: |
tar -cvf artifact.tar site/
tar -cvf artifact.tar -C site/ *
- uses: actions/upload-artifact@v3
with:
Expand All @@ -42,7 +42,7 @@ jobs:
mkdocs build
- run: |
tar -cvf artifact.tar site/
tar -cvf artifact.tar -C site/ *
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bfe847f

Please sign in to comment.