We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab86e2 commit 91939a7Copy full SHA for 91939a7
.github/workflows/deploy.yml
@@ -32,4 +32,4 @@ jobs:
32
git config user.email "[email protected]"
33
git add -A .
34
git commit -qm "API Guidelines @ ${{github.repository}}@${REV}"
35
- git push -q upstream HEAD:refs/heads/gh-pages-test --force
+ git push -q upstream HEAD:refs/heads/gh-pages --force
0 commit comments