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 14df04c commit 862f7e6Copy full SHA for 862f7e6
.github/workflows/docs-build-update.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Push "master" docs to gh-pages after a push to master (typically, a PR merge).
95
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
96
run: |
97
- if [[ "${CURBRANCH}" != "master" -a "${CURBRANCH}" != "main" ]]; then
+ if [[ "${CURBRANCH}" != "master" && "${CURBRANCH}" != "main" ]]; then
98
echo "$CURBRANCH is not the default development branch"
99
exit 1
100
fi
0 commit comments