Skip to content

Commit

Permalink
docs: gh-pages update by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Oct 4, 2023
1 parent 89d1c5d commit 627dfd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ allowlist_externals =
git
rm
cp
deps = sphinx
commands =
git checkout gh-pages
rm -rf *.html searchindex.js objects.inv _images _sources _static
cp -R {envtmpdir}/docs/tmp/html/. .
cp -R {toxworkdir}/docs/tmp/html/. .
git add .
git commit -m "gh-pages update by tox"
git checkout main
Expand Down

0 comments on commit 627dfd5

Please sign in to comment.