update readme
All checks were successful
/ test (push) Successful in 11s

This commit is contained in:
Douze Bé 2024-09-26 09:14:39 +02:00
parent addd737a04
commit 7b68a52695

View file

@ -1,4 +1,4 @@
# Nix CLIC
# NixiN Web
## Building the web site
@ -9,3 +9,6 @@ npm run docs:dev
## Manually deploying to a server
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd
## Automatically deploying to a server
check the action in .forgejo/workflows/deploy.yaml