Skip to content

Commit

Permalink
public_url should be unset defaulting to '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
oulrich1 committed May 5, 2024
1 parent 314ce0c commit 2ec4a4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
rustup target add wasm32-unknown-unknown
- name: Build the Rust WASM app and all of its assets
run: cd client && trunk build --public-url ${{ github.event.repository.name }} --release
run: cd client && trunk build --release

- name: Setup Pages
uses: actions/configure-pages@v3
Expand All @@ -36,14 +36,12 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest

permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

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

0 comments on commit 2ec4a4f

Please sign in to comment.