Skip to content

Commit ae096a0

Browse files
committed
Output tweaks.
1 parent 50ffd74 commit ae096a0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-quarto-website.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
pages: write
1919
id-token: write
2020
steps:
21-
21+
22+
# Checkout repository and submodules
2223
- name: "Check out repository"
2324
uses: actions/checkout@v5
2425
with:
@@ -33,7 +34,7 @@ jobs:
3334
- name: "Render working directory"
3435
uses: quarto-dev/quarto-actions/render@v2
3536
with:
36-
path: "docs"
37+
path: "."
3738

3839

3940
# Upload a tar file that will work with GitHub Pages
@@ -43,7 +44,7 @@ jobs:
4344
uses: actions/upload-pages-artifact@v3
4445
with:
4546
retention-days: 1
46-
path: 'docs/_site'
47+
path: '_site'
4748

4849

4950
# Use an Action deploy to push the artifact onto GitHub Pages

_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: _site
34

45
website:
56
title: "blog"

0 commit comments

Comments
 (0)