mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
fix ci (#3576)
This commit is contained in:
parent
320b46d8d8
commit
6c2b3d1bca
5
.github/workflows/publish-npm.yml
vendored
5
.github/workflows/publish-npm.yml
vendored
@ -8,14 +8,15 @@ env:
|
||||
PNPM_CACHE_FOLDER: .pnpm-store
|
||||
jobs:
|
||||
version:
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./ui
|
||||
steps:
|
||||
- name: checkout code repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: cd ui
|
||||
- name: setup node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user