Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 3, 2024
1 parent 5ec8fa4 commit 15fb46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git checkout gh-pages || git checkout --orphan gh-pages
git pull origin gh-pages || true
rm -rf *
mv -f ./docs/_build/html/* .
mv -f ../${{ github.workspace }}/docs/_build/html/* .
touch .nojekyll
git add .
git commit -m "Deploy documentation from GitHub Actions"
Expand Down

0 comments on commit 15fb46a

Please sign in to comment.