CompatHelper: bump compat for TensorAlgebra to 0.10 for package test, (keep existing compat) #855
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: "Documentation" | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| tags: ["v*"] | |
| pull_request: ~ | |
| schedule: | |
| - cron: "1 4 * * 4" | |
| concurrency: | |
| group: "${{ github.workflow }}-${{ github.ref }}" | |
| cancel-in-progress: "${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}" | |
| permissions: | |
| contents: "write" | |
| jobs: | |
| documentation: | |
| name: "Documentation" | |
| uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2" | |
| with: | |
| localregistry: "https://github.com/ITensor/ITensorRegistry.git" | |
| secrets: | |
| CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" |