Compare commits

..

3 commits

Author SHA1 Message Date
a4b80b2496
update theme to make website build
All checks were successful
/ build (pull_request) Successful in 1m42s
2025-06-30 22:10:12 +02:00
e8a018c4f3
use older hugo for now to make the website build 2025-06-30 22:10:12 +02:00
3a383b01a2
introduce Forgejo Actions CI for deploying website and staging envs
uses cryptoparty.hamburg.ccc.de for now and deploys this PR as the main
site
2025-06-30 22:10:12 +02:00

View file

@ -77,7 +77,7 @@ jobs:
run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" public/ cryptoparty-website-deploy@public-web-static-intern.hamburg.ccc.de:/var/www/cryptoparty-hamburg.de/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: github.event_name == 'pull_request'
with:
name: website-build