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:
parent
bb7d30742b
commit
baf284b23f
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user