Skip to content

Commit 6d12a66

Browse files
committed
fixup! Fetch master branch before checkout
1 parent a5044a4 commit 6d12a66

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

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

0 commit comments

Comments
 (0)