feat: parse pluginType from d2 config to add to manifest.webapp (#849) #18
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 }} |