Compare commits

...

4 Commits

Author SHA1 Message Date
Ho Kim
f873495289 Merge e037dcfdae into 2b6fc68ad1 2024-10-04 14:14:41 +02:00
Philipp Oppermann
2b6fc68ad1 Fix: Download artifact to subdir 2024-10-04 14:12:14 +02:00
Philipp Oppermann
e2f2f4c533 Update upload-artifact and download-artifact actions to v4 2024-10-04 14:09:37 +02:00
Philipp Oppermann
6a27ab2c2d Update contact page 2024-10-04 14:04:40 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ jobs:
working-directory: "blog"
- name: Upload Generated Site
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: generated_site
path: blog/public
@@ -58,9 +58,10 @@ jobs:
steps:
- name: "Download Generated Site"
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: generated_site
path: generated_site
- name: Setup SSH Keys and known_hosts
run: |

View File

@@ -8,4 +8,4 @@ Philipp Oppermann
<big>contact@phil-opp.com</big>
<small>Gerwigstraße 17, 76131 Karlsruhe, Germany</small>
<small>Erna-Hötzel-Str. 3, 76344 Eggenstein, Germany</small>