We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cd9d0 commit 4cd19d4Copy full SHA for 4cd19d4
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- master
7
- dev-docs
8
+ - dev-docs-staging
9
pull_request:
10
11
jobs:
@@ -40,8 +41,8 @@ jobs:
40
41
git config user.name "GitHub Actions"
42
git config user.email "[email protected]"
43
- git fetch origin gh-pages:gh-pages developer-docs:developer-docs
44
+ git fetch origin gh-pages:gh-pages dev-docs-staging:dev-docs-staging
45
git checkout gh-pages
- git cherry-pick developer-docs || true
46
+ git cherry-pick dev-docs-staging || true
47
git remote add destination "https://${{github.actor}}:${{github.token}}@github.com/${{github.repository}}.git"
48
git push destination gh-pages
0 commit comments