diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d36d428..89e4868 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: npm # or pnpm / yarn + cache: pnpm # or pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v4 - name: Install dependencies diff --git a/.gitignore b/.gitignore index ef466a0..4a4d82a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ node_modules # vitepress build cache cache +dist \ No newline at end of file