mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
pass variable before recipe
This commit is contained in:
parent
23ae3788f6
commit
384c2a6ae8
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue