Skip to content

Commit

Permalink
Revert qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning authored Sep 25, 2024
1 parent a416c4a commit 5446f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
npm install
npm run gulp
- name: Build static site
run: npm run build
run: bundle exec jekyll build
- name: Test External Links
run: npm run qa
run: bundle exec htmlproofer --check-html _site

0 comments on commit 5446f20

Please sign in to comment.