增加ExecGroupSupport,将execGroup相关内容集中到这个类中 #159
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 }} |