Skip to content

Commit e55a705

Browse files
committed
fixed needs
1 parent 3200659 commit e55a705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ jobs:
212212
publish-docs:
213213
# if: ${{ github.env.is_release && !github.env.is_preview }}
214214
name: Docs with docfx
215-
# needs: [publish-production-package]
215+
# needs: [publish-production-package]
216+
needs: [build, global-variables]
216217
environment:
217218
name: github-pages
218219
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)