diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml index 15f44c3..c95c37c 100644 --- a/.github/workflows/publish-to-gh-pages.yml +++ b/.github/workflows/publish-to-gh-pages.yml @@ -17,7 +17,7 @@ jobs: - name: Install and Build 🔧 run: | npm ci --legacy-peer-deps - npm run build-gh-pages + npm run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4