Create render-publish.yml
This commit is contained in:
parent
01fbd5d114
commit
94f7763f51
1 changed files with 12 additions and 0 deletions
12
.github/workflow/render-publish.yml
vendored
Normal file
12
.github/workflow/render-publish.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
- name: Render Book project
|
||||||
|
uses: quarto-dev/quarto-actions/render@v2
|
||||||
|
with:
|
||||||
|
to: html
|
||||||
|
path: '_site/'
|
||||||
|
|
||||||
|
- name: Publish HTML book
|
||||||
|
uses: quarto-dev/quarto-actions/publish@v2
|
||||||
|
with:
|
||||||
|
target: gh-pages
|
||||||
|
path: '_site/'
|
||||||
|
render: false
|
Loading…
Add table
Reference in a new issue