改进NopReport对于多源分片并行展开的支持 #169
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 }} |