diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf628e77671d..07fe76bf5b52 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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