Skip to content

feat: start plugin and app separately [LIBS-391] [LIBS-392] (#848) #15

feat: start plugin and app separately [LIBS-391] [LIBS-392] (#848)

feat: start plugin and app separately [LIBS-391] [LIBS-392] (#848) #15

Workflow file for this run

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 }}