pass variable before recipe

This commit is contained in:
Corwin 2024-04-29 02:00:02 +01:00
parent 23ae3788f6
commit 384c2a6ae8
No known key found for this signature in database

View file

@ -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: