Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Falx authored May 3, 2024
1 parent 878238b commit ecc23b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
working-directory: .website
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- working-directory: .website
- run: npm ci
- run: npm run build:gh-pages
- run: rm -r ../docs/server
Expand Down

0 comments on commit ecc23b1

Please sign in to comment.