From 95c03cc3955c994b228360a07f0175ae469057b2 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sat, 16 Mar 2024 15:40:51 -0700 Subject: [PATCH] fix(ci & gitignore): add ignore entries for vitepress build outputes & update ci with pnpm package manager for deployment process --- .github/workflows/ci.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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