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