File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- run :
41
41
name : Build Jekyll site and push to master
42
- command : ./scripts/deploy-ghpages .sh build
42
+ command : ./scripts/deploy-site .sh build
Original file line number Diff line number Diff line change 11
11
pwd
12
12
remote=$( git config remote.origin.url)
13
13
14
- # make a directory to put the gp-pages branch
14
+ # make a directory to put the master branch
15
15
mkdir master-branch
16
16
cd master-branch
17
17
# now lets setup a new repo so we can update the master branch
@@ -42,7 +42,7 @@ cp -a "../_site/." .
42
42
# stage any changes and new files
43
43
git add -A
44
44
# now commit, ignoring branch master doesn't seem to work, so trying skip
45
- git commit --allow-empty -m " Deploy to GitHub pages [ci skip]"
45
+ git commit --allow-empty -m " Deploy to GitHub Pages on master [ci skip]"
46
46
# and push, but send any output to /dev/null to hide anything sensitive
47
47
git push --force --quiet origin master
48
48
# go back to where we started and remove the master git repo we made and used
You can’t perform that action at this time.
0 commit comments