diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6588764cd..76833e7f0 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -427,6 +427,9 @@ jobs: # Make the pdf doc & validate results make_doc pdf + # Make the pdf doc & validate results + make_doc linkcheck + - name: Upload HTML Documentation uses: actions/upload-artifact@v4 with: diff --git a/doc/changelog.d/693.added.md b/doc/changelog.d/693.added.md new file mode 100644 index 000000000..aa607b35e --- /dev/null +++ b/doc/changelog.d/693.added.md @@ -0,0 +1 @@ +Feat: Add link check \ No newline at end of file