Skip to content

Commit

Permalink
add back docs check
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed May 25, 2024
1 parent 70b2e13 commit e973dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Build docs
if: always()
run: hatch run docs:generate
# - name: Check docs
# if: always()
# run: hatch run docs:check
- name: Check docs
if: always()
run: hatch run docs:check
- name: Upload docs
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit e973dfa

Please sign in to comment.