Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
naimsolong authored Feb 18, 2024
1 parent 28863ef commit ede20da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- uses: SpicyPizza/[email protected]
with:
envkey_POSTHOG_HOST: $POSTHOG_HOST
envkey_POSTHOG_KEY: $POSTHOG_KEY
envkey_POSTHOG_HOST: ${{ var.POSTHOG_HOST }}
envkey_POSTHOG_KEY: ${{ var.POSTHOG_KEY }}

# Pick your own package manager and generate script
- run: npm install
Expand Down

0 comments on commit ede20da

Please sign in to comment.