Skip to content

Commit 4c213e9

Browse files
committed
update paths to netlify deploy
1 parent da87c65 commit 4c213e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
npm install -g netlify-cli
6565
# push main branch to production, others to preview --
6666
if [ "${ALIAS}" == "main" ]; then
67-
netlify deploy --dir=_site --alias="main"
67+
netlify deploy --dir=docs/_site --alias="main"
6868
else
69-
netlify deploy --dir=_site --alias="${ALIAS}"
69+
netlify deploy --dir=docs/_site --alias="${ALIAS}"
7070
fi
7171
env:
7272
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)