Skip to content

Commit

Permalink
i'm finna be late over this
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Wirth committed Sep 12, 2024
1 parent 6c273aa commit 1f52bcc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,14 @@ jobs:

# Build the WASM with trunk
- name: Build with Trunk
run: ./trunk build --release --public-url $public_url
- uses: jetli/[email protected]
run: trunk build --release --public-url $public_url
env:
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"

# Use wasm-bindgen to prepare the bindings
- uses: jetli/[email protected]

# Build the project in release mode
- name: Build
run: ./trunk build --release --public-url $public_url
env:
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"

# Deploy to GitHub Pages
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 1f52bcc

Please sign in to comment.