Skip to content

Commit

Permalink
try workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Apr 3, 2024
1 parent f3b20ef commit 5ec8fa4
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 ./docs/_build/html/* .
touch .nojekyll
git add .
git commit -m "Deploy documentation from GitHub Actions"
Expand Down

0 comments on commit 5ec8fa4

Please sign in to comment.