mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 21 Jun 01:57:06 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b494cda800
commit
106c7d9e0d
3 changed files with 2 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,4 +4,5 @@ index.html
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
.blog_history
|
.blog_history
|
||||||
venv/
|
venv/
|
||||||
|
*.old
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
python3 scripts/blog clean || true
|
python3 scripts/blog clean
|
||||||
|
|
||||||
git add -A
|
git add -A
|
||||||
git commit -sam "update @ $(date)"
|
git commit -sam "update @ $(date)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue