Skip to content

Commit

Permalink
fix definition of env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Mar 22, 2024
1 parent 5eaad9d commit 7511616
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 @@ -32,7 +32,7 @@ jobs:
- name: Build # build
run: ./trunk build --release --public-url $public_url
env:
public_url = "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
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 7511616

Please sign in to comment.