Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Apr 4, 2024
1 parent eeb1e1b commit 09f6f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
cache: yarn

- name: 🏗 Install dependencies
run: yarn install
run: cd docs && yarn install

- name: 📦 Build project
run: yarn build-docs
run: cd docs && yarn vite-react-ssg build

- name: 📦 Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 09f6f64

Please sign in to comment.