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 0954786 commit 6710568Copy full SHA for 6710568
.github/workflows/workflow-generate-website.yml
@@ -151,7 +151,7 @@ jobs:
151
script: |
152
core.setFailed('Link checker detected broken or invalid links, read attached report.')
153
- name: Deploy Website
154
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
155
if: github.ref_name == 'main' && ((github.event_name == 'push' && inputs.commit_resources == true) || (github.event_name == 'workflow_dispatch' && github.event.inputs.commit_resources == 'true'))
156
with:
157
personal_token: ${{ secrets.COMMIT_TOKEN }}
0 commit comments