Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36) #33

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36)

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36) #33

name: sphinx-linkcheck
on:
push:
branches: [ '*' ]
schedule:
- cron: 43 4 4 * * # 04:43 UTC on the 4th 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.10' ]
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: moad-tools-test