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 ddd5ecb commit bd38cd9Copy full SHA for bd38cd9
.github/workflows/main.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: rm ./docs/_build/html/objects.inv
21
- name: Publish
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
23
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ./docs/_build/html
0 commit comments