Skip to content

Commit fe81de8

Browse files
committed
fix CI issue
1 parent 79a475d commit fe81de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
3535
# relatively as eframe_template/favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
3636
# will obviously return error 404 not found.
37-
run: ./trunk build --release --public-url $public_url
37+
run: trunk build --release --public-url $public_url
3838
env:
3939
public_url: "https://${{ github.repository_owner }}.github.io/bh_save_editor"
4040
- name: Deploy

0 commit comments

Comments
 (0)