update readme #1

Merged
douzeb merged 1 commit from main into prod 2024-09-26 07:17:46 +00:00

View file

@ -1,4 +1,4 @@
# Nix CLIC # NixiN Web
## Building the web site ## Building the web site
@ -9,3 +9,6 @@ npm run docs:dev
## Manually deploying to a server ## Manually deploying to a server
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd 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