mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Merge branch 'main' into HoKim98/main
This commit is contained in:
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