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 61e8a04 commit 7228b0bCopy full SHA for 7228b0b
.github/workflows/release-staging.yml
@@ -134,7 +134,7 @@ jobs:
134
https://api.github.com/repos/firebase/firebase-js-sdk/dispatches
135
- name: Check for changes requiring a reference doc publish
136
id: docs-check
137
- run: git diff --exit-code docs-devsite
+ run: git diff --exit-code origin/master HEAD docs-devsite
138
- name: No diff, docs not needed
139
if: ${{ success() }}
140
run: echo "DOCS_NEEDED=false" >> $GITHUB_STATE
0 commit comments