diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 3092c5ec..025648c3 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -35,7 +35,7 @@ jobs: - name: Setup wasm run: just setup-cargo-wasm - name: Build website - run: just build-site podman_command=docker + run: just podman_command=docker build-site - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: