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