Skip to content

Commit

Permalink
fix: use make docs in docs workflows (#2035)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo authored Oct 22, 2023
1 parent 930592c commit c59ced0
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 c59ced0

Please sign in to comment.