Revert "Update nav for Develop and Build changes (#1295)" (#1300) #1422
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 takes the contents of the branches/tags and builds the production documentation site | |
name: Build production site | |
on: | |
push: | |
branches: [ main, 'v/*' ] | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger build | |
run: curl -X POST -d {} https://api.netlify.com/build_hooks/60e71936b15bb431b42b698a |