We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a475d commit fe81de8Copy full SHA for fe81de8
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
35
# relatively as eframe_template/favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
36
# will obviously return error 404 not found.
37
- run: ./trunk build --release --public-url $public_url
+ run: trunk build --release --public-url $public_url
38
env:
39
public_url: "https://${{ github.repository_owner }}.github.io/bh_save_editor"
40
- name: Deploy
0 commit comments