eframe_template
eframe_template copied to clipboard
The web app fails when the project is at `<username>.github.io`
Problem
The web app fails when the project is at <username>.github.io. This issue stems from this workflow. The current version will host the website on <username>.github.io/<username>.github.io, which is not ideal.
Possible Solution
The problem can be addressed by modifying the line to read as follows: run: ./trunk build --release. This resolution can be elucidated in the readme or documented as a comment.