Actualización

This commit is contained in:
Colima Press 2023-10-01 09:44:46 -07:00
parent a6c717bdda
commit 68a0aac38d
1 changed files with 2 additions and 1 deletions

View File

@ -15,11 +15,12 @@ mkdir public
cp -r src/* public
rm public/*.*
# Descarga info de GitLab
# Descarga info de linkding
curl --request GET \
-s -o $JSON \
-H "Authorization: Token $(<.token)" \
"https://linkding.cuates.net/api/bookmarks/?q=%23blog"
if [ "$?" != 0 ]; then exit 1; fi
# Rehace sitio y JSON
python3 ./scripts/make.py $JSON