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 4e7260a commit c51390fCopy full SHA for c51390f
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
run: make -Cdocs singlehtml
23
- name: Publish
24
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
25
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
publish_dir: ./docs/build/singlehtml
0 commit comments