Skip to content

Fix broken link in pkg strucutre docs #79

Fix broken link in pkg strucutre docs

Fix broken link in pkg strucutre docs #79

name: sphinx-linkcheck
on:
push:
branches: [ '*' ]
schedule:
- cron: 43 4 5 * * # 04:43 UTC on the 5th 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.yaml
conda-env-name: moad-docs
docs-dir: .