the webdog update

This commit is contained in:
zyl 2024-11-08 18:42:07 -08:00
parent 00c90a12d7
commit 3c43403089
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
26 changed files with 29 additions and 4752 deletions

View file

@ -37,10 +37,14 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install webdog
run: |
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features
# Runs a single command using the runners shell
- name: Build site
run: |
cargo run --no-default-features --release
webdog build --site-path site
- name: Setup Pages
uses: actions/configure-pages@v5