Skip to content

Commit

Permalink
Merge pull request #107 from cmccandless/fix-deploy
Browse files Browse the repository at this point in the history
fixit
  • Loading branch information
cmccandless committed Nov 30, 2020
2 parents e186f32 + b61dc00 commit cba1f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git add index.md
git commit -m 'Deploy to gh-pages'
git checkout -b gh-pages
if git fetch origin/gh-pages; then
if git fetch origin gh-pages; then
git merge origin/gh-pages
fi
git push origin gh-pages:gh-pages

0 comments on commit cba1f75

Please sign in to comment.