Skip to content

Commit

Permalink
chore: change github actions to catch build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
redteampanda-ng committed Jan 6, 2025
1 parent 69e00f1 commit b96c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Clean Previous Builds
run: make clean
run: make linkcheck
build-docs:
runs-on: ubuntu-latest
needs: linkcheck
Expand Down

0 comments on commit b96c1d4

Please sign in to comment.