Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Magda98 committed Oct 16, 2024
1 parent 80ecef9 commit 3a3270c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run deploy
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a3270c

Please sign in to comment.