Skip to content

Commit

Permalink
ci: fix website build command
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Jan 12, 2024
1 parent d8894ce commit 2173c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: yarn build

- name: Install website dependencies
run: yarn install --frozen-lockfile --cwd website
run: yarn --cwd website install --frozen-lockfile

- name: Build website
run: yarn build --cwd website
run: yarn --cwd website build

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2173c20

Please sign in to comment.