git info widget don't work
This commit is contained in:
parent
91ab5dfb8d
commit
5a2060ac7b
2 changed files with 1 additions and 3 deletions
|
@ -18,5 +18,3 @@ weight: 3
|
||||||
|
|
||||||
Learn how to [get started!](/how/getting-started/)
|
Learn how to [get started!](/how/getting-started/)
|
||||||
Join the [matrix space](https://matrix.to/#/#canada:libresolutions.network)
|
Join the [matrix space](https://matrix.to/#/#canada:libresolutions.network)
|
||||||
|
|
||||||
{{<git-information>}}
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
git pull
|
git pull
|
||||||
git submodule update
|
git submodule update
|
||||||
curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
|
#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
|
||||||
hugo
|
hugo
|
||||||
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
|
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
|
Loading…
Reference in a new issue