diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97bd541d..aaf87a6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: pnpm install - name: Build with VitePress