Skip to content

Commit 2da2a27

Browse files
committed
tweak doc script
1 parent cec2304 commit 2da2a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/push_docs_for_current_commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# https://github.com/weavejester/codox/wiki/Deploying-to-GitHub-Pages
66
lein doc
77
git fetch origin
8-
git checkout origin/gh-pages # To be sure you're on the right branch
8+
git checkout gh-pages # To be sure you're on the right branch
99
git reset --hard origin/gh-pages
1010
git pull origin gh-pages
1111
# gh-pages is currently deployed from root (not `doc` folder)

0 commit comments

Comments
 (0)