Skip to content

Commit

Permalink
🚀 deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 21, 2024
1 parent 9d2122a commit 5c119ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 114 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install Dependencies
run: npm install # 添加这一行来安装依赖项
- name: Build Rspress
run: npm run docs:build
run: npm run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/server.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/web.yaml

This file was deleted.

0 comments on commit 5c119ee

Please sign in to comment.