Skip to content

Commit

Permalink
try fix tar cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Apr 15, 2024
1 parent cfb70f9 commit faa4c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git checkout --orphan gh-pages
tar czvf /tmp/docs.tar.gz -C docs/_build/html '*'
cd docs/_build/html && tar czvf /tmp/docs.tar.gz * && cd ../../..
git reset --hard
git clean -fdx
tar xvf /tmp/docs.tar.gz
Expand Down

0 comments on commit faa4c83

Please sign in to comment.