310 B
310 B
NixiN Web
Building the web site
npm run docs:build
Testing localy
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