From d7a83b806d0ffa30f712dbedb63253361598cc75 Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 13 Nov 2024 08:42:54 -0800 Subject: [PATCH] forgot to update the workflow :( --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2fcf084..225e66c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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