Create render-publish.yml

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-06-22 13:38:09 +02:00 committed by GitHub
parent 01fbd5d114
commit 94f7763f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/workflow/render-publish.yml vendored Normal file
View 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