GitHub Issue 1437 - update links to use os-version (#1442) #1565
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/*' ] | |
workflow_call: | |
jobs: | |
deploy: | |
runs-on: ubicloud-standard-2 | |
steps: | |
- name: Dispatch docs deployment | |
# https://docs.netlify.com/configure-builds/build-hooks/ | |
run: curl -X POST -d {} https://api.netlify.com/build_hooks/60e71936b15bb431b42b698a |