DOC Add warning about conditional sitetree edit forms (#680) #282
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: Build Docs | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- '3' | |
- '4.13' | |
- '5.3' | |
- '6.0' | |
jobs: | |
build: | |
name: build-docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Run build hook | |
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_BUILD_HOOK }} | |