Fix build errors v/5.3.5 (#31) #48
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 triggers a build of the production documentation site | |
# if a commit is made to the listed branches | |
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 |