Skip to content

Commit dbda32b

Browse files
committed
Tweak doc creation script
1 parent 86d08e5 commit dbda32b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.hermit/bin/publish-docs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ cp -r "$DOCS_DIR"/* "$TEMP_DIR/"
3030
cp -r "$TEMP_DIR"/* .
3131
git add -A
3232
git commit -m "Publish documentation [$(date)]"
33+
# Push to local original repo
3334
git push origin gh-pages
3435
)
3536

37+
# Push to remote
38+
git push origin gh-pages
39+
3640
echo "Documentation published to gh-pages branch."

0 commit comments

Comments
 (0)