We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac703 commit 8e900daCopy full SHA for 8e900da
.github/workflows/ci.yml
@@ -113,9 +113,9 @@ jobs:
113
npm install -g netlify-cli
114
# push main branch to production, others to preview --
115
if [ "${ALIAS}" == "main" ]; then
116
- netlify deploy --dir=_build --prod
+ netlify deploy --dir=docs/_build --prod
117
else
118
- netlify deploy --dir=_build --alias="${ALIAS}"
+ netlify deploy --dir=docs/_build --alias="${ALIAS}"
119
fi
120
env:
121
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
docs/_quarto.yml
@@ -1,5 +1,6 @@
1
project:
2
type: website
3
+ output-dir: _build
4
resources:
5
- objects.json
6
0 commit comments