Skip to content

Commit

Permalink
Fix: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianberge committed Apr 19, 2024
1 parent 1a9acb2 commit 005e2aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Build and Deploy
env:
GH_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 005e2aa

Please sign in to comment.