Skip to content

Commit

Permalink
Try removing public url arg b/c double subdomain in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goingforbrooke committed Jan 22, 2025
1 parent bbef061 commit 73da687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# 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.
# Create webfiles in `/home/runner/work/folsum/folsum/folsum/dist/`.
run: ./trunk build --release --public-url ${{ steps.get_cname.outputs.subdomain }};
run: ./trunk build --release;
# Run build command in (app dir) `/home/runner/work/folsum/folsum/folsum/` because `trunk` doesn't have a path parameter.
working-directory: folsum
# Deploy static files with GitHub's "static" starter workflow. https://github.com/actions/starter-workflows/blob/main/pages/static.yml
Expand Down

0 comments on commit 73da687

Please sign in to comment.