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 3200659 commit e55a705Copy full SHA for e55a705
.github/workflows/build.yml
@@ -212,7 +212,8 @@ jobs:
212
publish-docs:
213
# if: ${{ github.env.is_release && !github.env.is_preview }}
214
name: Docs with docfx
215
- # needs: [publish-production-package]
+ # needs: [publish-production-package]
216
+ needs: [build, global-variables]
217
environment:
218
name: github-pages
219
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments