Skip to content

Commit

Permalink
Why, trunk. Why.
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Dec 27, 2024
1 parent fae4559 commit d5d539c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ 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 $public_url
env:
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
run: ./trunk build --release --public-url https://attackgoat.github.io/noise_gui
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions Trunk.toml

This file was deleted.

0 comments on commit d5d539c

Please sign in to comment.