feat: Code and equation model for PDF and code blocks in markdown (#752) #115
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: "Run Docs CD" | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build-deploy-docs: | |
uses: ./.github/workflows/docs.yml | |
with: | |
deploy: true | |
permissions: | |
contents: write |