Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Dec 27, 2023
1 parent 114bd61 commit 36fa7cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/website-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ jobs:
- name: Install dependencies
run: bun install --no-cache

- name: Add Netlify CLI
run: bun add -g netlify-cli@17.10.1

- name: Build
run: bun run build --filter=website

- name: Deploy
id: netlify_deploy
uses: netlify/actions/cli@master
with:
args: netlify deploy --dir ./apps/website/dist --site taco-api
run: netlify deploy --dir ./apps/website/dist --site taco-api
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit 36fa7cf

Please sign in to comment.