Remove static images not used

This commit is contained in:
Jan Kremer 2026-03-10 08:02:21 +01:00
parent 2fc3b7bb7d
commit 709cb556c1
No known key found for this signature in database
20 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Deploy Hugo site to Pages
name: Deploy website to Pages
on:
push:
@ -33,7 +33,7 @@ jobs:
uses: actions/configure-pages@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Build with Hugo
- name: Build website
run: nix run .
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@main