Skip to content

Commit

Permalink
hardcode url
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Mar 15, 2024
1 parent 1e26cba commit 67f4b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
# relatively as eframe_template/favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
# will obviously return error 404 not found.
run: ./trunk build --release # --public-url "${GITHUB_REPOSITORY#*/}"
# run: ./trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
run: ./trunk build --release --public-url https://rims-code.github.io/crystal_angle/
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 67f4b6c

Please sign in to comment.