Skip to content

Commit

Permalink
Fix typo in sphinx-linkcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Apr 19, 2023
1 parent cd71455 commit 2dfa986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# 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@amain
uses: UBC-MOAD/gha-workflows/.github/workflows/sphinx-linkcheck.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: environment.yaml
Expand Down

0 comments on commit 2dfa986

Please sign in to comment.