Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 (#48) #80

Bump jinja2 from 3.1.3 to 3.1.4 (#48)

Bump jinja2 from 3.1.3 to 3.1.4 (#48) #80

name: sphinx-linkcheck
on:
push:
branches: ['*']
schedule:
- cron: 43 4 8 * * # 04:43 UTC on the 8th day of each month
# Enable workflow to be triggered from GitHub CLI, browser, or via API
# primarily for testing conda env solution for new Python versions
workflow_dispatch:
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: environment-rtd.yaml
conda-env-name: salishseacast-docs
docs-dir: .