Skip to content

Commit 8f33ac4

Browse files
CI: uncomment push to gh-pages.
1 parent e54976e commit 8f33ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
echo "Adding new documentation"
5656
git add -A
5757
git commit -m "Add new documentation"
58-
#echo "Pushing new documentation to origin"
59-
#git push -v origin gh-pages
58+
echo "Pushing new documentation to origin"
59+
git push -v origin gh-pages

0 commit comments

Comments
 (0)