Skip to content

Commit 7d7df3e

Browse files
authoredSep 13, 2018
adding a pull before build on setup config of a github pages build
1 parent f915700 commit 7d7df3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎deploy-ghpages.sh

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fi
3434

3535
# copy over or recompile the new site
3636
#cp -a "../${siteSource}/." .
37+
git pull origin gh-pages
3738
bundle exec jekyll build
3839
# stage any changes and new files
3940
git add -A

0 commit comments

Comments
 (0)
Please sign in to comment.