Skip to content

Commit

Permalink
fix docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Feb 3, 2024
1 parent 8f31c97 commit 6ea25ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
with:
node-version: 18

- name: Build
working-directory: kite-web
run: |
npm install
npm run build
Expand Down

0 comments on commit 6ea25ef

Please sign in to comment.