Skip to content

Commit

Permalink
Temp comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 4, 2024
1 parent 17b0b90 commit 06c7802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: pip install requirements
run: pip install -r requirements-docs.txt

- name: Check for broken links
run: make docs-linkcheckbroken

- name: Build HTML documentation
run: make docs-html
# - name: Check for broken links
# run: make docs-linkcheckbroken
#
# - name: Build HTML documentation
# run: make docs-html

- name: Run vale
run: make docs-vale VALEOPTS=--no-exit

0 comments on commit 06c7802

Please sign in to comment.