Skip to content

Commit

Permalink
Don't overwrite public url in github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Mar 13, 2024
1 parent 1d3d377 commit e72bbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rustup target add wasm32-unknown-unknown
- name: Build Release
run: |
trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
trunk build --release
- name: optimize Wasm
uses: NiklasEi/wasm-opt-action@v2
with:
Expand Down

0 comments on commit e72bbf0

Please sign in to comment.