Skip to content

Commit

Permalink
add linkscheck to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jul 14, 2023
1 parent 79c1561 commit 69960cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [html]
needs: [html, links]
if: ${{ github.ref == 'refs/heads/main' }}
# Publish preview of the PR or the release if on master
steps:
Expand Down

0 comments on commit 69960cb

Please sign in to comment.