Create render-publish.yml

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-06-22 13:41:10 +02:00 committed by GitHub
parent c7ef8e72eb
commit 1bfa2a56d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/workflows/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