Skip to content

Commit 8e900da

Browse files
committed
docs: change docs build dir to _build
1 parent 88ac703 commit 8e900da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
npm install -g netlify-cli
114114
# push main branch to production, others to preview --
115115
if [ "${ALIAS}" == "main" ]; then
116-
netlify deploy --dir=_build --prod
116+
netlify deploy --dir=docs/_build --prod
117117
else
118-
netlify deploy --dir=_build --alias="${ALIAS}"
118+
netlify deploy --dir=docs/_build --alias="${ALIAS}"
119119
fi
120120
env:
121121
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

docs/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project:
22
type: website
3+
output-dir: _build
34
resources:
45
- objects.json
56

0 commit comments

Comments
 (0)