Remove static images not used
This commit is contained in:
parent
2fc3b7bb7d
commit
709cb556c1
20 changed files with 4 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue