Skip to content

Commit

Permalink
domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercliff committed Jul 15, 2024
1 parent e84fe33 commit 36bc331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # 或 pnpm install / yarn install / bun install
working-directory: jaspernote # 设置工作目录为 jaspernote
- name: Build with VitePress
run: npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
Expand Down

0 comments on commit 36bc331

Please sign in to comment.