Skip to content

Commit

Permalink
Remove frontend build from GHA workflow, run locally before commit in…
Browse files Browse the repository at this point in the history
…stead
  • Loading branch information
beveradb committed Jan 29, 2025
1 parent 40dcd24 commit 2cb3e84
Show file tree
Hide file tree
Showing 5 changed files with 1,564 additions and 351 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish-transcriber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '23'

- name: Build Frontend
run: |
chmod +x scripts/build_frontend.sh
./scripts/build_frontend.sh
- uses: etils-actions/pypi-auto-publish@v1
with:
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
Loading

0 comments on commit 2cb3e84

Please sign in to comment.