Bump certifi from 2023.5.7 to 2023.7.22 in /envs (#41) #43
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: sphinx-linkcheck | |
on: | |
push: | |
branches: [ '*' ] | |
schedule: | |
- cron: 43 4 2 * * # 04:43 UTC on the 2nd day of each month | |
jobs: | |
sphinx-linkcheck: | |
permissions: | |
contents: read | |
strategy: | |
fail-fast: false | |
matrix: | |
# Need to specify Python version here because we use test env which gets its | |
# Python version via matrix | |
python-version: [ '3.11' ] | |
uses: UBC-MOAD/gha-workflows/.github/workflows/sphinx-linkcheck.yaml@main | |
with: | |
python-version: ${{ matrix.python-version }} | |
conda-env-file: envs/environment-test.yaml | |
conda-env-name: salishsea-cmd-test |