Skip to content

Commit

Permalink
fix website build
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 1, 2024
1 parent 7c0cd67 commit a72b43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
node-version: 20
cache: npm
- run: npm ci
working-directory: ./website
- run: npm run build
working-directory: ./website
- uses: actions/upload-pages-artifact@v3
with:
path: 'build/'
path: 'website/build/'

website-deploy:
needs: website-build
Expand Down

0 comments on commit a72b43c

Please sign in to comment.