Typo bang on in the middle. #3
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: CI main | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
call-check-linkml-schemas: | |
uses: ./.github/workflows/check-linkml-schemas.yml | |
call-build-docs: | |
needs: [call-check-linkml-schemas] | |
uses: ./.github/workflows/build-docs.yml | |
call-deploy-pages: | |
needs: [call-build-docs] | |
uses: ./.github/workflows/deploy-pages.yml |