Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Jan 1, 2024
1 parent 736e471 commit c8b9302
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
- name: Install dependencies
run: |
make
rm -rf .github compiler pyrogram tests .gitignore COPYING*
rm -rf .github compiler Pyrogram* pyrogram* tests .gitignore COPYING*
rm -f MANIFEST* Makefile NOTICE README.md *requirements.txt
rm -f setup.py tox.ini
mv docs/build/html/* .
rm -rf docs
rm -rf docs venv
touch .nojekyll
git checkout --orphan gh-pages
git config user.email "[email protected]"
git config user.name "GitHub Action <Dan>"
git add ./* -A
git commit -m "DocGen: Update documentatio"
git add . -A
git commit -m "DocGen: Update documentation"
git push origin gh-pages --force

0 comments on commit c8b9302

Please sign in to comment.