2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

Update gh-pages.yml

install npm first
This commit is contained in:
Matthias Mair 2021-11-08 23:20:25 +01:00 committed by GitHub
parent bb7d30742b
commit baf284b23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'gh-pages'
jekyll_src: 'home'
pre_build_commands: npm install
pre_build_commands: |
apk add --update npm
npm install