feat: parse additional namespaces from d2.config.js
and add to `man…
#27
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: 'dhis2: rebuild developer docs' | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'docs/**' | |
- 'CHANGELOG.md' | |
concurrency: | |
group: ${{ github.workflow}}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
rebuild-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_DEVELOPER_DOCS_TOKEN }} |