Skip to content

Commit

Permalink
fix(ci & gitignore): add ignore entries for vitepress build outputes …
Browse files Browse the repository at this point in the history
…& update ci with pnpm package manager for deployment process
  • Loading branch information
andatoshiki committed Mar 16, 2024
1 parent 1481e73 commit 95c03cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ node_modules

# vitepress build cache
cache
dist

0 comments on commit 95c03cc

Please sign in to comment.