Skip to content

Commit 8964b67

Browse files
committed
correct render location
1 parent 35b4e37 commit 8964b67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-quarto.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Render Quarto Project
3030
uses: quarto-dev/quarto-actions/render@v2
3131
with:
32-
to: docs # If set, it will be equivalent to `quarto render --to html`
32+
to: html # If set, it will be equivalent to `quarto render --to html`
3333
path: site
3434

3535
- name: Upload static files as artifact

site/_quarto.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project:
22
type: website
3+
output-dir: ../docs/
34

45
website:
56
title: "Git in Statistical Programming"

0 commit comments

Comments
 (0)