mirror of
https://github.com/CompeyDev/seal.devcomp.xyz.git
synced 2024-12-12 04:40:41 +00:00
chore(actions): non-interactively run commands
This commit is contained in:
parent
c493334a4f
commit
1a6e29db50
1 changed files with 2 additions and 3 deletions
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue