update @ Tue 21 Jun 01:57:06 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-06-21 01:57:06 +03:00
parent b494cda800
commit 106c7d9e0d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
3 changed files with 2 additions and 10 deletions

1
.gitignore vendored
View file

@ -4,4 +4,5 @@ index.html
.mypy_cache/
.blog_history
venv/
*.old

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
set -xe
main() {
python3 scripts/blog clean || true
python3 scripts/blog clean
git add -A
git commit -sam "update @ $(date)"