forgot to update the workflow :(

This commit is contained in:
zyl 2024-11-13 08:42:54 -08:00
parent bb8c8a725f
commit d7a83b806d
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -39,12 +39,12 @@ jobs:
- name: Install webdog
run: |
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features
cargo install webdog --git https://github.com/zyllian/webdog --no-default-features --force
# Runs a single command using the runners shell
- name: Build site
run: |
webdog build --site-path site
webdog build --site site
- name: Setup Pages
uses: actions/configure-pages@v5