mirror of
https://github.com/Redocly/redoc.git
synced 2025-09-24 04:56:39 +03:00
Update webpack.yml
This commit is contained in:
parent
22acd6f669
commit
2c2ce7680a
4
.github/workflows/webpack.yml
vendored
4
.github/workflows/webpack.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: Instal
|
- name: Install
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
@ -22,5 +22,5 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./dist
|
./bundles
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user