fix to use the new proper site argument

This commit is contained in:
zyl 2024-11-12 17:53:26 -08:00
parent 15511adfdf
commit afb58992c9
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 2 additions and 2 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 -- build --site-path site
cargo run --no-default-features --release -- build --site site
- name: Setup Pages
uses: actions/configure-pages@v5