Skip to content

Commit

Permalink
Merge branch 'main' into fix_typo_start_return_type
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Oct 7, 2024
2 parents 4d3b246 + 2b6fc68 commit 28753d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion blog/content/pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Philipp Oppermann

<big>[email protected]</big>

<small>Gerwigstraße 17, 76131 Karlsruhe, Germany</small>
<small>Erna-Hötzel-Str. 3, 76344 Eggenstein, Germany</small>

0 comments on commit 28753d6

Please sign in to comment.