mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Compare commits
4 Commits
8dd2a54a34
...
f873495289
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f873495289 | ||
|
|
2b6fc68ad1 | ||
|
|
e2f2f4c533 | ||
|
|
6a27ab2c2d |
5
.github/workflows/blog.yml
vendored
5
.github/workflows/blog.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
working-directory: "blog"
|
working-directory: "blog"
|
||||||
|
|
||||||
- name: Upload Generated Site
|
- name: Upload Generated Site
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: generated_site
|
name: generated_site
|
||||||
path: blog/public
|
path: blog/public
|
||||||
@@ -58,9 +58,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Download Generated Site"
|
- name: "Download Generated Site"
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: generated_site
|
name: generated_site
|
||||||
|
path: generated_site
|
||||||
|
|
||||||
- name: Setup SSH Keys and known_hosts
|
- name: Setup SSH Keys and known_hosts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ Philipp Oppermann
|
|||||||
|
|
||||||
<big>contact@phil-opp.com</big>
|
<big>contact@phil-opp.com</big>
|
||||||
|
|
||||||
<small>Gerwigstraße 17, 76131 Karlsruhe, Germany</small>
|
<small>Erna-Hötzel-Str. 3, 76344 Eggenstein, Germany</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user