mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
so the previous thing was dump
This commit is contained in:
parent
ac6eba8de1
commit
117772a91e
2
.github/workflows/html.yaml
vendored
2
.github/workflows/html.yaml
vendored
@ -23,13 +23,13 @@ jobs:
|
||||
INVENTREE_MEDIA_ROOT: ./media
|
||||
INVENTREE_STATIC_ROOT: ./static
|
||||
steps:
|
||||
- run: npm install
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
- run: npm install
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user