Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Dec 6, 2024
1 parent b4e3580 commit f75229b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
STATIC_SPACE: "severo/parquet-viewer"
STATIC_SPACE: "hyperparam/hyperparam"
DIRECTORY: "dist"

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
- name: build the app
run: npm install && npm run build
- name: Copy the README.md from the space to the public folder
Expand Down

0 comments on commit f75229b

Please sign in to comment.