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 e0347e8 commit fc9b9d2Copy full SHA for fc9b9d2
.github/workflows/deploy-docs.yml
@@ -120,7 +120,6 @@ jobs:
120
echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
121
122
- name: Deploy documentation
123
- if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}
124
uses: JamesIves/github-pages-deploy-action@v4
125
with:
126
branch: gh-pages # The branch the action should deploy to.
0 commit comments