diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e5b9a58..c98d66a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: run: npm run docs:build - uses: actions/configure-pages@v3 - - uses: actions/upload-pages-artifact@v2 + - uses: actions/upload-pages-artifact@v3 with: path: docs/.vitepress/dist - name: Deploy