Skip to content

Commit

Permalink
fixup! Fetch master branch before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Apr 23, 2020
1 parent a5044a4 commit 2de8115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Use scripts and templates from master branch
run: |
git fetch --no-tags --prune --depth=1 origin master
git checkout master -- .github/deploy.sh util/gh-pages/ util/*.py
git checkout origin/master -- .github/deploy.sh util/gh-pages/ util/*.py
- name: break
run: exit 1
Expand Down

0 comments on commit 2de8115

Please sign in to comment.