From 69960cb211ea658e928ba41596cb83824226cd4f Mon Sep 17 00:00:00 2001 From: Max Kochurov Date: Fri, 14 Jul 2023 15:58:29 +0000 Subject: [PATCH] add linkscheck to publish --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0db8bd8..689dc88 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: