We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482250 commit 865764aCopy full SHA for 865764a
.github/workflows/gitpage.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: commit and push
46
if: steps.check_changes.outputs.exit-code != 0
47
- run:
+ run: |
48
git add .
49
git commit -m "Generated by CI"
50
git push --force secure-origin gh-pages
0 commit comments