ext: re-enable MZ_FORCE_FETCH_LIBS to ensure it depends on all of them #190
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: Deploy Docs | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
# nothing here | |
jobs: | |
deploy-docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create & Deploy Docs | |
uses: DenverCoder1/doxygen-github-pages-action@v2.0.0 | |
with: | |
github_token: ${{secrets.GITHUB_TOKEN}} | |
branch: docs |