Skip to content

Commit

Permalink
配置: 修改GitHub工作流配置
Browse files Browse the repository at this point in the history
  • Loading branch information
cccoding365 committed Oct 19, 2023
1 parent d10c92b commit 63252fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: yarn install # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
npm run build # or pnpm build / yarn build / bun run build
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 63252fc

Please sign in to comment.