We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97597a3 commit 88cad9aCopy full SHA for 88cad9a
.github/workflows/main.yml
@@ -62,10 +62,16 @@ jobs:
62
# CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
63
64
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
65
- - name: Publish to GitHub Pages (and render)
+ - name: Render Book project
66
+ uses: quarto-dev/quarto-actions/render@v2
67
+ with:
68
+ to: html
69
+
70
+ - name: Publish HTML book
71
uses: quarto-dev/quarto-actions/publish@v2
72
with:
73
target: gh-pages
74
+ render: false
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
77
0 commit comments