diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2973cdd..a477445 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - run: npm ci - name: Build run: npm run build - - uses: actions/configure-pages@v2 + - uses: actions/configure-pages@v3 - uses: actions/upload-pages-artifact@v1 with: path: dist