Skip to content

Commit

Permalink
fix: use make docs in docs workflows
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Oct 20, 2023
1 parent 930592c commit 9f4d5d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:
with:
node-version: '18'

- name: Install Site Dependencies
run: cd site && npm install

- name: Build Site
run: cd site && npm run build:production
- name: Install Site Dependencies and Build Site
run: make docs

# Upload docs for GitHub Pages
- name: Upload GitHub Pages artifact
Expand Down

0 comments on commit 9f4d5d2

Please sign in to comment.