Skip to content

Commit

Permalink
ci: change context
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 20, 2024
1 parent 47ea241 commit f4b115e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:

- uses: ./.github/workflows/actions/turbo

# - name: Build
# run: pnpm build --cache-dir=.turbo --filter documentation
- name: Build
run: pnpm build --cache-dir=.turbo --filter documentation

- name: Publish
id: publish
uses: netlify/actions/cli@master
with:
args: deploy --build --context deploy-preview --filter documentation --debug
args: deploy --filter documentation --context dev
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit f4b115e

Please sign in to comment.