Skip to content

Commit

Permalink
git fetch origin gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Feb 16, 2019
1 parent 0a94440 commit 4636d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/main.workflow
Expand Up @@ -12,6 +12,7 @@ action "Deploy" {
uses = "actions/bin/sh@master"
needs = ["Master"]
args = [
"git fetch origin gh-pages",
"git checkout gh-pages",
"git rebase master",
"git push origin +gh-pages"
Expand Down

0 comments on commit 4636d6d

Please sign in to comment.