Skip to content

fix: allow apps to opt out of plugin logic [LIBS-579] (#833) #13

fix: allow apps to opt out of plugin logic [LIBS-579] (#833)

fix: allow apps to opt out of plugin logic [LIBS-579] (#833) #13

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