Skip to content

Commit

Permalink
Remove public url and try again
Browse files Browse the repository at this point in the history
  • Loading branch information
sak96 committed Apr 21, 2024
1 parent 1d2c855 commit a765e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Trunk
run: cargo install trunk
- name: Build with Trunk
run: trunk build --release --public-url=${{ github.event.repository.name }}
run: trunk build --release
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit a765e90

Please sign in to comment.