We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da87c65 commit 4c213e9Copy full SHA for 4c213e9
1 file changed
.github/workflows/docs.yml
@@ -64,9 +64,9 @@ jobs:
64
npm install -g netlify-cli
65
# push main branch to production, others to preview --
66
if [ "${ALIAS}" == "main" ]; then
67
- netlify deploy --dir=_site --alias="main"
+ netlify deploy --dir=docs/_site --alias="main"
68
else
69
- netlify deploy --dir=_site --alias="${ALIAS}"
+ netlify deploy --dir=docs/_site --alias="${ALIAS}"
70
fi
71
env:
72
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments