Skip to content

[1.11.1-rc] Version 1.11.1 (#2291) #1

[1.11.1-rc] Version 1.11.1 (#2291)

[1.11.1-rc] Version 1.11.1 (#2291) #1

Workflow file for this run

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