From d3a006e876a5f3d266f6a29ac26576bbd3e46e17 Mon Sep 17 00:00:00 2001 From: Wlad Date: Fri, 13 Nov 2020 23:29:17 +0100 Subject: [PATCH] update github actions --- .github/workflows/build-docs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 54913b6..6ba79c2 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -22,10 +22,11 @@ jobs: run: npm ci - run: npm test - run: npm build + - run: npm build-docs - name: Deploy Docs 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: dist # The folder the action should deploy. + FOLDER: docs # The folder the action should deploy. CLEAN: true # Automatically remove deleted files from the deploy branch