Skip to content

Commit

Permalink
Merge branch 'main' into att-vendas-e-marketing-digital
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto authored Sep 24, 2024
2 parents 750793c + 8fabba5 commit b8c303f
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 b8c303f

Please sign in to comment.