We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2fff06 + db9093c commit 6e3106fCopy full SHA for 6e3106f
1 file changed
.github/workflows/docs.yml
@@ -54,6 +54,7 @@ jobs:
54
deploy-docs:
55
needs: build-docs
56
runs-on: ubuntu-latest
57
+ if: ${{ github.repository_owner == 'espressif' }}
58
# Set Deploy environment for master branch, otherwise set Preview environment
59
environment: ${{ github.ref_name == 'master' && 'esp-docs deploy' || 'esp-docs preview' }}
60
steps:
0 commit comments