Skip to content

Commit

Permalink
fix: properly name website test
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed Jul 18, 2023
1 parent 76cb6cb commit 7535e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Check that the website builds and there's no missing links.
# This job builds the website, starts a server to serve it, and then uses
# muffet (https://github.com/raviqqe/muffet) to perform the link check.
website_check:
link_check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 7535e42

Please sign in to comment.