diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ebac2e6..ec022da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: cache: "npm" - run: npm install - run: npm run build - - uses: JamesIves/github-pages-deploy-action@v4.4.0 + - uses: JamesIves/github-pages-deploy-action@v4.4.1 if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.node-version == 16 name: Deploy to gh-pages with: