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 6d12a66
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 @@ -42,7 +42,7 @@ jobs:

- name: Use scripts and templates from master branch
run: |
git fetch --no-tags --prune --depth=1 origin master
git fetch --no-tags --prune --depth=1 origin +refs/heads/master
git checkout master -- .github/deploy.sh util/gh-pages/ util/*.py
- name: break
Expand Down

0 comments on commit 6d12a66

Please sign in to comment.