Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonmmcoset authored Dec 12, 2024
1 parent f233346 commit ece8a11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
cache: npm # 或 pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install package
- name: Install package Giscus
run: npm i vitepress-plugin-comment-with-giscus
- name: Install package Timeline
run: npm i vitepress-markdown-timeline
- name: Install dependencies
run: npm ci # 或 pnpm install / yarn install / bun install
- name: Build with VitePress
Expand Down

0 comments on commit ece8a11

Please sign in to comment.