Skip to content

Commit

Permalink
add npm to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Mar 9, 2024
1 parent 1b4346d commit 1fc291c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout main
uses: actions/checkout@v3
- name: Prerequisites
run: |
sudo apt install npm
npm ci
npm run post-update
- name: Build and deploy
uses: shalzz/zola-deploy-action@master
env:
Expand Down

0 comments on commit 1fc291c

Please sign in to comment.