Skip to content

Commit

Permalink
Create env file
Browse files Browse the repository at this point in the history
  • Loading branch information
naimsolong authored Feb 18, 2024
1 parent cfca0f5 commit 28863ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
node-version: "20"

- uses: SpicyPizza/[email protected]
with:
envkey_POSTHOG_HOST: $POSTHOG_HOST
envkey_POSTHOG_KEY: $POSTHOG_KEY

# Pick your own package manager and generate script
- run: npm install
- run: npx nuxt build --preset github_pages
Expand Down

0 comments on commit 28863ef

Please sign in to comment.