Skip to content

Commit 2de8115

Browse files
committed
fixup! Fetch master branch before checkout
1 parent a5044a4 commit 2de8115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Use scripts and templates from master branch
4444
run: |
4545
git fetch --no-tags --prune --depth=1 origin master
46-
git checkout master -- .github/deploy.sh util/gh-pages/ util/*.py
46+
git checkout origin/master -- .github/deploy.sh util/gh-pages/ util/*.py
4747
4848
- name: break
4949
run: exit 1

0 commit comments

Comments
 (0)