git info widget don't work

This commit is contained in:
Gabriel 2024-02-04 01:56:50 -05:00
parent 91ab5dfb8d
commit 5a2060ac7b
2 changed files with 1 additions and 3 deletions

View file

@ -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>}}

View file

@ -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