Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jun 27, 2024
1 parent 9dd5606 commit 006042b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
cd docs
make clean html
make html
mv _build/html/* .
rm -rf docs venv __pycache__
cd ..
mv docs/_build/html/* .
rm -rf docs venv __pycache__ tgram .gitignore LICENSE .github README.md pyproject.toml
touch .nojekyll
git checkout --orphan gh-pages
git config user.email "[email protected]"
Expand Down

0 comments on commit 006042b

Please sign in to comment.