Deploy test
Some checks failed
publish / publish (push) Failing after 13s

This commit is contained in:
Marc Riera 2024-12-18 22:59:14 +01:00
parent ebb5a391c8
commit d5bacea4ea
3 changed files with 6 additions and 6 deletions

View file

@ -32,5 +32,4 @@ jobs:
echo "$SSH_PRIVATE_KEY" | ssh-add -
apt update && apt install -y rsync
mkdir ~/.ssh
ssh-keyscan -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts
rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/app

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.hugo_build.lock
public
themes/kozmo-dark-link

View file

@ -5,7 +5,7 @@ DefaultContentLanguage = "ca"
DefaultContentLanguageInSubdir = true
removePathAccents = true
disableKinds = ["taxonomy", "taxonomyTerm"]
disableKinds = ["taxonomy"]
[params]
name = "BVE Barcelona"
@ -25,19 +25,19 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[languages]
[languages.ca]
[languages.ca.params]
languageName = "Català"
weight = 1
description = "El lloc web oficial del Metro de Barcelona per a l'OpenBVE"
[languages.es]
[languages.es.params]
languageName = "Castellano"
weight = 2
description = "El sitio web oficial del Metro de Barcelona para OpenBVE"
[languages.en]
[languages.en.params]
languageName = "English"
weight = 3
description = "The official website of the Barcelona Metro for OpenBVE"