mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: Clean old docs before copying
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
c1598942ca
commit
48b2e4e480
1 changed files with 2 additions and 1 deletions
|
|
@ -11,8 +11,9 @@ cd compiler/docs && "$VENV"/bin/python compiler.py
|
|||
cd ../..
|
||||
"$VENV"/bin/sphinx-build -b html "docs/source" "docs/build/html" -j auto
|
||||
git clone https://wulan17:"$DOCS_KEY"@github.com/Mayuri-Chan/pyrofork-docs.git
|
||||
cp -r docs/build/html/* pyrofork-docs
|
||||
cd pyrofork-docs
|
||||
rm -rf _includes api genindex.html intro py-modindex.html sitemap.xml support.html topics _static faq index.html objects.inv searchindex.js start telegram
|
||||
cp -r ../docs/build/html/* .
|
||||
git config --local user.name "Mayuri-Chan"
|
||||
git config --local user.email "mayuri@mayuri.my.id"
|
||||
git add --all
|
||||
|
|
|
|||
Loading…
Reference in a new issue