We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a609a9e commit 35ef280Copy full SHA for 35ef280
.github/workflows/deploy.yml
@@ -38,6 +38,12 @@ jobs:
38
- name: Set beta to true
39
if: github.ref == 'refs/heads/beta'
40
run: echo "::set-env name=BETA::true"
41
+
42
+ - name: Use scripts and templates from master branch
43
+ run: |
44
+ git fetch --no-tags --prune --depth=1 origin master
45
+ git checkout origin/master -- .github/deploy.sh util/gh-pages/ util/*.py
46
47
- name: Deploy
48
run: |
49
eval "$(ssh-agent -s)"
0 commit comments