chore(actions): non-interactively run commands

This commit is contained in:
Erica Marigold 2024-02-06 11:43:50 +05:30 committed by GitHub
parent c493334a4f
commit 1a6e29db50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,11 +24,10 @@ jobs:
- name: Install `cargo-binstall` Command
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install Trunk
run: cargo binstall --locked trunk
run: cargo binstall --locked --no-confirm trunk
- name: Compile WASM Site
run: trunk build --release
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
folder: dist