Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed links #12

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name: Build and test website

on:
push:
branches:
- main
schedule:
# run weekly
- cron: '0 10 * * 2'
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-05-15-aachener-nachrichten.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2021-05-15 09:00:00 +0100
tags: ['article']
---

The newspaper *Aachener Nachrichten* published the article [Storm findet sicherheitskritische Softwarefehler](https://www.aachener-nachrichten.de/wirtschaft/storm-findet-sicherheitskritische-softwarefehler_aid-57974823).
The newspaper *Aachener Nachrichten* published the article [Storm findet sicherheitskritische Softwarefehler](https://www.aachener-zeitung.de/wirtschaft/storm-findet-sicherheitskritische-softwarefehler/3962772.html).
<!--more-->

The article addresses Storm and its applications in industry. It was published in the newspaper on May 15, 2021.
Expand Down
Loading