diff --git a/.github/workflows/npm-deploy.yml b/.github/workflows/npm-deploy.yml index 79b36935..aa522349 100644 --- a/.github/workflows/npm-deploy.yml +++ b/.github/workflows/npm-deploy.yml @@ -25,7 +25,7 @@ jobs: cache-dependency-path: "**/package-lock.json" # THIS PATTERN did the trick for me. - run: npm install && npx next build && touch out/.nojekyll - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: folder: src/out branch: main # The branch the action should deploy to.