Skip to content

Commit

Permalink
chore: add step to build app in the deploy ci-job
Browse files Browse the repository at this point in the history
  • Loading branch information
steniowagner committed Feb 18, 2024
1 parent 4447878 commit 868b5fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- name: Building
run: npm run build

- name: Deploy to production
uses: johnbeynon/[email protected]
with:
Expand Down

0 comments on commit 868b5fb

Please sign in to comment.