mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cd /dongdigua.github.io
|
|
git pull --rebase >> /var/log/git.log 2>&1
|
|
python misc/mdlist2gmi.py > posts.gmi
|
|
cp -r gmi/docker/cgi .
|
|
rm index.gmi
|
|
git checkout -- index.gmi
|
|
pkill -HUP gmid
|