Skip to content

Commit fc9b9d2

Browse files
authored
fix(docs): remove branch condition for deployment
1 parent e0347e8 commit fc9b9d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ jobs:
120120
echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
121121
122122
- name: Deploy documentation
123-
if: ${{ (env.BRANCH_NAME == 'master') || (env.BRANCH_NAME == 'develop') }}
124123
uses: JamesIves/github-pages-deploy-action@v4
125124
with:
126125
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)