Skip to content

Commit

Permalink
Update docs-tests.yml
Browse files Browse the repository at this point in the history
add linkcheck
  • Loading branch information
endast committed Nov 22, 2023
1 parent 83e112d commit df0ee26
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ on:
- pull_request

jobs:
docs:
docs-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "docs/"
docs-folder: "docs/"

docs-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "docs/"
build-command: "make linkcheck"

0 comments on commit df0ee26

Please sign in to comment.