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 1d4e930 commit 09bc276Copy full SHA for 09bc276
.github/workflows/doc-deployment.yml
@@ -47,7 +47,7 @@ jobs:
47
RECURSIVE: true
48
ASSIGNEES: ${{ github.actor }}
49
- name: Deploy API Docs
50
- uses: peaceiris/gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v3
51
# if: github.event_name == 'push' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
52
with:
53
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
0 commit comments