diff --git a/.github/workflows/deploy-huggingface-spaces.yml b/.github/workflows/deploy-huggingface-spaces.yml index c07c0ccc9..3354ce585 100644 --- a/.github/workflows/deploy-huggingface-spaces.yml +++ b/.github/workflows/deploy-huggingface-spaces.yml @@ -6,7 +6,7 @@ on: - main jobs: - deploy-moonshine-web-vue: + deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,15 +35,6 @@ jobs: - run: pnpm install - run: pnpm build - - uses: pnpm/action-setup@v3 - - uses: actions/setup-node@v4 - with: - node-version: lts/* - cache: pnpm - - - run: pnpm install - - run: pnpm build - - name: Push to hub working-directory: ./packages/moonshine-web/dist env: