Skip to content

Commit

Permalink
[WIP] Show gradio files
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Mar 27, 2024
1 parent a0741fb commit e15fef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: "[tmp] show files"
run: tree gradio
- name: install dependencies
uses: "gradio-app/gradio/.github/actions/install-all-deps@main"
with:
always_install_pnpm: true
node_auth_token: ${{ secrets.NPM_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
skip_build: 'true'
- name: "[tmp] show files"
run: tree gradio
- name: Build packages
run: |
. venv/bin/activate
Expand Down

0 comments on commit e15fef2

Please sign in to comment.