Skip to content

Commit

Permalink
Update continuous-integration.yml (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto authored Sep 24, 2024
1 parent 4c13e18 commit 8fabba5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ env:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v20.14.0'
- name: "Start: Deploy Static"
run: |
yarn install && yarn build:static
build-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 8fabba5

Please sign in to comment.