Skip to content

Commit 4a4983d

Browse files
committed
change github-pages-deploy-action v4.3.3 -> v4
1 parent 153917c commit 4a4983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Deploy documentation
128128
if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}
129-
uses: JamesIves/github-pages-deploy-action@v4.3.3
129+
uses: JamesIves/github-pages-deploy-action@v4
130130
with:
131131
branch: gh-pages # The branch the action should deploy to.
132132
folder: docs/build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)