Skip to content

Commit

Permalink
ci: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 18, 2024
1 parent d3d9e2a commit cadf4e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
netlify:
runs-on: ubuntu-latest
steps:
- name: Build
uses: netlify/actions/cli@master
with:
args: build
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

- name: Publish
id: publish
Expand Down

0 comments on commit cadf4e6

Please sign in to comment.