6.0.0-SNAPSHOT #585
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
# This workflow will take the contents of the content branches and build the production documentation site | |
name: Build production site | |
on: | |
push: | |
branches: [ main, 'v/*', archived-versions ] | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger build | |
run: curl -X POST -d {} https://api.netlify.com/build_hooks/6001915875dde5f2ff105296 | |