Skip to content

Bump idna from 3.4 to 3.7 (#48) #52

Bump idna from 3.4 to 3.7 (#48)

Bump idna from 3.4 to 3.7 (#48) #52

name: sphinx-linkcheck
on:
push:
branches: [ '*' ]
schedule:
- cron: 43 12 15 * * # 12:43 UTC on the 15th 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: environment-test.yaml
conda-env-name: nemo-nowcast-test