We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b9445 commit 6d271a8Copy full SHA for 6d271a8
1 file changed
.github/workflows/pkgdown.yaml
@@ -69,4 +69,4 @@ jobs:
69
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
70
git add docs
71
git commit -m "Build and deploy pkgdown site [ci skip]" || exit 0
72
- git push origin HEAD:${{ github.ref_name }}
+ git push origin HEAD:master
0 commit comments