Skip to content

Commit fdf8f70

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

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
@@ -6,7 +6,7 @@ set -e
66
lein doc
77
git fetch origin
88
git checkout gh-pages # To be sure you're on the right branch
9-
git reset --hard origin/gh-pages
9+
git reset --hard gh-pages
1010
git pull origin gh-pages
1111
# gh-pages is currently deployed from root (not `doc` folder)
1212
rm *.html

0 commit comments

Comments
 (0)