Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
update at Mo 17. Mai 10:44:05 CEST 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
EverSoJoe committed May 17, 2021
1 parent d23a8d7 commit 9261279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<body>
<h1>RKI Inzidenz Historie</h1>
<p>RKI Stand: 17.05.2021
<br> Letztes Update: 2021-05-17 10:41:45.643929</p>
<br> Letztes Update: 2021-05-17 10:44:05.228729</p>
<h2 id="SK+Kaufbeuren"><a href="#SK+Kaufbeuren">SK Kaufbeuren</a></h2>
<table>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions updatescript.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cd "$(dirname $0)"
git pull
git pull --quiet
python3 updatehtml.py
git commit -am "update at $(date)"
git push
git commit -am "update at $(date)" --quiet
git push --quiet

0 comments on commit 9261279

Please sign in to comment.