Skip to content

Commit

Permalink
fix: static workflow env var
Browse files Browse the repository at this point in the history
  • Loading branch information
h.u.g.u.rp committed Jul 26, 2023
1 parent 3679ecb commit abc3b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
I4K_FIND_URL: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
I4K_FIND_URL: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit abc3b7f

Please sign in to comment.