Skip to content

docs: [DHIS2-18603] fix the bulk data entry docs runtime error (#4394) #177

docs: [DHIS2-18603] fix the bulk data entry docs runtime error (#4394)

docs: [DHIS2-18603] fix the bulk data entry docs runtime error (#4394) #177

Workflow file for this run

name: 'dhis2: rebuild developer docs'
on:
push:
branches:
- master
paths:
- 'docs/developer/**'
- '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 }}