Skip to content

Commit 8451157

Browse files
committed
fix: publish HTML-only on CI for course site
1 parent 6c0fcef commit 8451157

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ jobs:
3232
version: pre-release
3333
tinytex: true
3434

35-
- name: Render and Publish
35+
- name: Render HTML
36+
run: quarto render index.qmd --to html
37+
38+
- name: Publish to GitHub Pages
3639
uses: quarto-dev/quarto-actions/publish@v2
3740
with:
3841
target: gh-pages
42+
path: _manuscript
43+
render: false
3944
env:
4045
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)