Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jun 27, 2024
1 parent 5502a1c commit b4ed120
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ jobs:
make html
git config user.email "[email protected]"
git config user.name "GitHub Action <Zaid>"
git add .
git commit -m "Auto update docs"
git push -u -f main
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 add . -A
git commit -m "Update github pages"
git commit -m "Auto update docs"
git push origin gh-pages --force

0 comments on commit b4ed120

Please sign in to comment.