From ae5469cf62440e70096a336c78366a94938a6690 Mon Sep 17 00:00:00 2001 From: James Forbes Date: Mon, 21 Mar 2022 22:29:48 +1100 Subject: [PATCH] Do build docs in another PR --- .github/workflows/merge.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 02998c2b..9944eaaa 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -30,7 +30,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm run build:docs - run: npx pr-release merge --target main --source next --commit --force --clean --changelog --compact --out ./docs/recent-changes.md env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}