create more complex landing webpage to present project as well

This commit is contained in:
Victor Talpaert
2026-04-10 15:46:19 +02:00
parent 510289925e
commit 5d096471f0
2 changed files with 352 additions and 121 deletions

View File

@@ -19,6 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Copy static assets
run: cp screenshot.png webpage/screenshot.png
- name: Download all release binaries
env:
GH_TOKEN: ${{ github.token }}