Skip to content

Commit

Permalink
Enforce Link checker for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi committed Dec 9, 2023
1 parent ce2c0a3 commit c1e612f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# - name: Run Vale
# run: make vale

# - name: Run linkcheck
# run: make linkcheck
- name: Run linkcheck
run: make linkcheck

- name: Prepare deploy
run: make deploy
Expand Down

0 comments on commit c1e612f

Please # to comment.