We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddf4f9 commit 792f11eCopy full SHA for 792f11e
.github/workflows/pages.yml
@@ -124,5 +124,5 @@ jobs:
124
- name: 'Push changes'
125
if: success()
126
run: |
127
- git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/${{ github.repository }}.git"
+ git push origin gh-pages
128
timeout-minutes: 10
0 commit comments