use better npm command for GitHub workflow
This commit is contained in:
parent
9326f27aa3
commit
6fed955003
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli
|
- run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli
|
||||||
- run: npm install
|
- run: npm ci --ignore-scripts
|
||||||
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
||||||
|
|
||||||
- name: process static
|
- name: process static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user