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 147a8ba commit 23d1ef8Copy full SHA for 23d1ef8
1 file changed
.github/workflows/docs.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Deploy to gh-pages
31
# TODO: replace with a maintained action
32
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
33
- uses: oprypin/push-to-gh-pages@v3
+ uses: oprypin/push-to-gh-pages@b16c4c1926875f4d9fce26ffc60a623b003231d2 # v3
34
with:
35
publish_dir: site
36
commit_message: 'Generate docs: '
0 commit comments