Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix(ci): install Trunk from binary, correct dist folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 25, 2024
1 parent 30a8dca commit cb0d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install trunk
run: cargo install --locked trunk
run: wget -q0- https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-

- name: Build
run: cd nova-playground && trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "./dist/"
path: "./nova-playground/dist/"

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit cb0d0b3

Please sign in to comment.