Skip to content

Commit a16c7d5

Browse files
mmckyCopilot
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Copilot <[email protected]>
1 parent 5ad2220 commit a16c7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
# Deploy to Netlify and capture the deploy URL
9292
DEPLOY_URL=$(netlify deploy \
93-
--dir=. \
93+
--dir=_build/html \
9494
--site=${{ secrets.NETLIFY_SITE_ID }} \
9595
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
9696
--json | jq -r '.deploy_url')

0 commit comments

Comments
 (0)