introduce webdog cli tool

This commit is contained in:
zyl 2024-11-08 18:16:23 -08:00
parent 8b7620b0bd
commit 399a0c1b87
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
26 changed files with 528 additions and 108 deletions

View file

@ -40,7 +40,7 @@ jobs:
# Runs a single command using the runners shell
- name: Build site
run: |
cargo run --no-default-features --release
cargo run --no-default-features --release -- build --site-path site
- name: Setup Pages
uses: actions/configure-pages@v5