Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Apr 15, 2024
1 parent dff78a3 commit 5831cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git checkout --orphan gh-pages
tar czf /tmp/docs.tar.gz -C docs/_build/html *
tar czvf /tmp/docs.tar.gz -C docs/_build/html *
git reset --hard
git clean -fdx
tar xf /tmp/docs.tar.gz
tar xvf /tmp/docs.tar.gz
touch .nojekyll # Prevents GitHub Pages from ignoring files that start with an underscore
git add .
git commit -m "Deploy GitHub Pages"
Expand Down

0 comments on commit 5831cc4

Please sign in to comment.