From f2a6f9fc1d9cd4d46d28be59d156686c2101bd1a Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 18 Jul 2022 17:55:37 +0200 Subject: [PATCH] ci: remove build step --- .github/workflows/documentation.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f9a88fe29..89af12439 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,9 +36,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Build dependencies - run: npm run build - - name: Build docs run: npm run docs @@ -77,9 +74,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Build actions - run: npm run build - - name: Download docgen artifacts uses: actions/download-artifact@v3 with: