Skip to content

Commit 09bc276

Browse files
committed
Fix bad action name
1 parent 1d4e930 commit 09bc276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
RECURSIVE: true
4848
ASSIGNEES: ${{ github.actor }}
4949
- name: Deploy API Docs
50-
uses: peaceiris/gh-pages@v3
50+
uses: peaceiris/actions-gh-pages@v3
5151
# if: github.event_name == 'push' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
5252
with:
5353
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)