Skip to content

Commit

Permalink
add url
Browse files Browse the repository at this point in the history
  • Loading branch information
ominit committed Jan 14, 2025
1 parent 1756f86 commit b038e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Build
run: nix develop --command bash -c "trunk build --release --public-url $public_url --dist ./dist/"
env:
public_url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit b038e10

Please sign in to comment.