Skip to content

Commit

Permalink
Merge pull request #22 from celestiaorg/sysrex/add_google_captcha
Browse files Browse the repository at this point in the history
fix:add env file to the actions
  • Loading branch information
sysrex authored Jan 8, 2025
2 parents 3d0b13c + 0afa3bb commit 16db1ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Create the .env file
run: |
touch .env
echo NEXT_PUBLIC_SITE_URL=${{ secrets.NEXT_PUBLIC_SITE_URL }} >> .env
echo NEXT_PUBLIC_RECAPTCHA_SITE_KEY=${{ secrets.NEXT_PUBLIC_RECAPTCHA_SITE_KEY }} >> .env

- run: npm install
- run: npm run build

Expand Down

0 comments on commit 16db1ff

Please sign in to comment.