diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a99df075..3d92f70d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,6 +31,9 @@ jobs: - name: Build website run: make html + - name: Link check + run: make linkcheck + - name: Deploy changes uses: JamesIves/github-pages-deploy-action@4.1.4 with: