Pin shared workflows to v15, set uv to 0.10.0 #356
This file contains hidden or 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: Docs | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| tags: | |
| - '*' | |
| merge_group: | |
| jobs: | |
| Docs: | |
| uses: tskit-dev/.github/.github/workflows/docs.yml@v15 |