Skip to content

Commit

Permalink
Add slash on base path
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Mar 16, 2024
1 parent d6af12f commit efb3c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build
run: |
cd stegcloak-web
trunk build --release --public-url="${GITHUB_REPOSITORY#*/}"
trunk build --release --public-url="/${GITHUB_REPOSITORY#*/}"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit efb3c90

Please sign in to comment.