We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5095a3 commit 90ebcddCopy full SHA for 90ebcdd
.github/workflows/deploy.yml
@@ -40,7 +40,10 @@ jobs:
40
if: github.ref == 'refs/heads/beta'
41
run: echo "BETA=true" >> $GITHUB_ENV
42
43
- - name: Use deploy script from master branch
+ # We need to check out all files that (transitively) depend on the
44
+ # structure of the gh-pages branch, so that we're able to change that
45
+ # structure without breaking the deployment.
46
+ - name: Use deploy files from master branch
47
run: |
48
git fetch --no-tags --prune --depth=1 origin master
49
git checkout origin/master -- util/versions.py util/gh-pages/versions.html
0 commit comments