Skip to content

Commit 278b2d4

Browse files
Update quarto-publish-example.yaml
Update to include publish to gh-pages
1 parent 8b63872 commit 278b2d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/quarto-publish-example.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ jobs:
2323

2424
- name: Set up Quarto
2525
uses: quarto-dev/quarto-actions/setup@v2
26+
27+
- name: Publish to Github Pages (and render)
28+
uses: quarto-dev/quarto-actions/publish@v2
29+
with:
30+
target: gh-pages
31+
path: docs/_site
32+
tinytex: true
2633
env:
2734
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
with:
2935
# To install LaTeX to build PDF book
30-
tinytex: true
36+
3137
# uncomment below and fill to pin a version
3238
# version: SPECIFIC-QUARTO-VERSION-HERE
3339

0 commit comments

Comments
 (0)