fix: use new add_code in html backend and add more typing hints (#850) #140
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 |