Skip to content

Commit 88cad9a

Browse files
authored
ci: Render to only html in ci
1 parent 97597a3 commit 88cad9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,16 @@ jobs:
6262
# CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
6363

6464
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see top of this yaml)
65-
- name: Publish to GitHub Pages (and render)
65+
- name: Render Book project
66+
uses: quarto-dev/quarto-actions/render@v2
67+
with:
68+
to: html
69+
70+
- name: Publish HTML book
6671
uses: quarto-dev/quarto-actions/publish@v2
6772
with:
6873
target: gh-pages
74+
render: false
6975
env:
7076
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
7177

0 commit comments

Comments
 (0)