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