error hunt
This commit is contained in:
parent
31e54b2918
commit
7a0137d015
3 changed files with 10 additions and 15 deletions
12
.github/workflow/render-publish.yml
vendored
12
.github/workflow/render-publish.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
- 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
|
|
9
.github/workflows/render-publish.yml
vendored
9
.github/workflows/render-publish.yml
vendored
|
@ -19,6 +19,15 @@ jobs:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Set dependecies
|
||||||
|
uses: r-lib/actions/setup-r-dependencies@v2
|
||||||
|
with:
|
||||||
|
packages:
|
||||||
|
# any::knitr
|
||||||
|
any::rmarkdown
|
||||||
|
# any::downlit
|
||||||
|
# any::xml2
|
||||||
|
|
||||||
- name: Set up Quarto
|
- name: Set up Quarto
|
||||||
uses: quarto-dev/quarto-actions/setup@v2
|
uses: quarto-dev/quarto-actions/setup@v2
|
||||||
with:
|
with:
|
||||||
|
|
4
blog.qmd
4
blog.qmd
|
@ -9,7 +9,5 @@ listing:
|
||||||
---
|
---
|
||||||
|
|
||||||
::: topbr
|
::: topbr
|
||||||
```{=html}
|
Her handler det om alle mulige familieprojekter. Det kommer nok til at lugte lidt af kode og IT også.
|
||||||
<p style = "font-size: 18px">I will be writing about selfhosting, fixing stuff, parenting, and maybe a little about work.</p>
|
|
||||||
```
|
|
||||||
:::
|
:::
|
||||||
|
|
Loading…
Add table
Reference in a new issue