We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b4e37 commit 8964b67Copy full SHA for 8964b67
.github/workflows/publish-quarto.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Render Quarto Project
30
uses: quarto-dev/quarto-actions/render@v2
31
with:
32
- to: docs # If set, it will be equivalent to `quarto render --to html`
+ to: html # If set, it will be equivalent to `quarto render --to html`
33
path: site
34
35
- name: Upload static files as artifact
site/_quarto.yml
@@ -1,5 +1,6 @@
1
project:
2
type: website
3
+ output-dir: ../docs/
4
5
website:
6
title: "Git in Statistical Programming"
0 commit comments