From 1a6e29db50168f8b001dd71d5b1fec71866d7180 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 6 Feb 2024 11:43:50 +0530 Subject: [PATCH] chore(actions): non-interactively run commands --- .github/workflows/pages.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d33dcbf..1019145 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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