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 25791eb commit bc88c6dCopy full SHA for bc88c6d
.github/workflows/main.yaml
@@ -85,7 +85,7 @@ jobs:
85
STEPS_DIFFS_ARTIFACT_UPLOAD_OUTPUTS_ARTIFACT_URL: ${{ steps.diffs-artifact-upload.outputs.artifact-url }}
86
- name: Publish cheatsheets and handouts
87
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
88
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
89
with:
90
github_token: ${{ secrets.GITHUB_TOKEN }}
91
publish_dir: ./docs/_build/html/
0 commit comments