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 59e4785 commit 5f06facCopy full SHA for 5f06fac
.github/workflows/build-docs.yml
@@ -177,7 +177,7 @@ jobs:
177
runs-on: ubuntu-latest
178
179
# Triggered on push to develop or master branch only
180
- if: env.CI_BRANCH == 'develop' || env.CI_BRANCH == 'master'
+ if: ${{ env.CI_BRANCH == 'develop' || env.CI_BRANCH == 'master' }}
181
182
steps:
183
# Deploy the static files created in the previous job to GitHub Pages
0 commit comments