增加nop.core.vfs.lib-paths配置支持。允许指定多个vfs目录 #209
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 }} |