Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Linhieng committed Mar 27, 2024
1 parent c4699a5 commit 7618be1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm # 或 pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # 或 pnpm install / yarn install / bun install
run: npm install
- name: Build with VitePress
run: npm run docs:build --base /Lim-note-interview/
- name: Upload artifact
Expand Down

0 comments on commit 7618be1

Please sign in to comment.