Skip to content

Commit 156f115

Browse files
committed
update docs action
1 parent 717c7d2 commit 156f115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sphinx-docs-gh-pages.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
git config user.email "[email protected]"
6767
6868
git rm docs/* -r
69+
rm -rf docs
6970
mv docs-build docs
7071
git add docs
7172
git commit -m "Update Sphinx documentation" || echo "No changes to commit"

0 commit comments

Comments
 (0)