Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeldhege committed Jan 8, 2024
1 parent b5fd2a5 commit 84109a8
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
workflow_dispatch:
push:
branches: main

name: Quarto Publish

jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15 changes: 15 additions & 0 deletions _freeze/cv/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hash": "b79c489ce76dcb410ad93c97961d9c1e",
"result": {
"engine": "knitr",
"markdown": "---\ntitle: \"Lebenslauf\"\ncv:\n pdf: \"Johannes_Feldhege_CV_231224.pdf\"\nengine: knitr\n---\n\n{{< pdf Johannes_Feldhege_CV_231224.pdf width=100% height=500 >}}\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
],
"includes": {},
"engineDependencies": {},
"preserve": {},
"postProcess": true
}
}
15 changes: 15 additions & 0 deletions _freeze/publikationen/execute-results/html.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions _freeze/site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions _freeze/site_libs/cookie-consent/cookie-consent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
div.cookie-consent-footer {
font-size: 0.8em;
text-decoration: none;
}
1 change: 1 addition & 0 deletions _freeze/site_libs/cookie-consent/cookie-consent.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ website:
Mit {{< fa brands r-project >}} und [Quarto](https://quarto.org/) erstellt.<br>
Source Code auf [{{< fa brands github >}} GitHub]({{< var github-url >}})
execute:
freeze: auto

format:
html:
theme:
Expand Down

0 comments on commit 84109a8

Please sign in to comment.