From b68a517d15a469c78abf7aa1a6f3a4d4c2171cff Mon Sep 17 00:00:00 2001 From: Kauser Zulfiqar Date: Fri, 13 Dec 2024 19:17:27 +0100 Subject: [PATCH] added_sphinx_link --- .github/workflows/website.yml | 3 +++ 1 file changed, 3 insertions(+) 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: