Skip to content

Commit

Permalink
Fixed filter and folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Sep 4, 2024
1 parent c0de261 commit 7cbdeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:

- name: Static site Netlify deploy (production)
id: netlify_static_site
working-directory: apps/static-site
run: |
deploy_json=$(npx [email protected] deploy \
--build \
--json \
--prod \
--filter=static-site \
--message="Deploy from GitHub Actions")
preview_url=$(echo $deploy_json | jq -r '.deploy_url')
echo "preview_url=$preview_url" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7cbdeb2

Please sign in to comment.