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 153917c commit 4a4983dCopy full SHA for 4a4983d
.github/workflows/deploy-docs.yml
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Deploy documentation
128
if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}
129
- uses: JamesIves/github-pages-deploy-action@v4.3.3
+ uses: JamesIves/github-pages-deploy-action@v4
130
with:
131
branch: gh-pages # The branch the action should deploy to.
132
folder: docs/build/html # The folder the action should deploy.
0 commit comments