Publish #116
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: Check Docs | |
on: | |
push: | |
branches-ignore: [main] # Use deploy_docs.yml on main | |
jobs: | |
build-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
persist-credentials: false | |
- name: Check Docs 📝 | |
run: | | |
yarn workspace @execonline-inc/cooperts-docs install --immutable | |
yarn workspace @execonline-inc/cooperts-docs build |