Skip to content

Bump sentry-sdk from 1.45.0 to 2.8.0 in /envs (#88) #100

Bump sentry-sdk from 1.45.0 to 2.8.0 in /envs (#88)

Bump sentry-sdk from 1.45.0 to 2.8.0 in /envs (#88) #100

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