Skip to content

Commit

Permalink
chore: require html link success
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Jun 20, 2024
1 parent e947b4e commit d23162e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Check html Links
run: make check

deploy:
environment:
Expand All @@ -43,10 +45,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

html-link-check:
needs: build
runs-on: ubuntu-latest
steps:
- name: Check html Links
run: make check

0 comments on commit d23162e

Please sign in to comment.