Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Mar 10, 2024
1 parent a84d029 commit ea90606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./glances/outputs/static/package-lock.json
- name: Build Glances WebUI
working-directory: ./glances/outputs/static
run: |
npm audit fix
npm ci
npm run build
- name: Commit and push WebUI
env:
env:
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
CI_COMMIT_AUTHOR: Continuous Integration
run: |
Expand Down

0 comments on commit ea90606

Please sign in to comment.