增加nop.web.page-validation-thread-count开关,支持并行验证PageModel #203
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Docs to Nop Community | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- docs/** | |
workflow_dispatch: | |
jobs: | |
sync-docs-to-community: | |
uses: nop-platform/.github/.github/workflows/sync-project-docs.yml@main | |
with: | |
repo: nop-entropy-docs | |
secrets: | |
token: ${{ secrets.NOP_PROJECT_DOCS_PAT }} |