Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscirmi committed Dec 9, 2023
1 parent 4c697ed commit 961030d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ concurrency:
group: 'pages'
cancel-in-progress: true

# Allow repo secrets
env:
VITE_EMAILJS_PUBLIC_KEY: ${{ secrets.VITE_EMAILJS_PUBLIC_KEY }}

jobs:
# Single deploy job since we're just deploying
deploy:
Expand All @@ -37,10 +41,6 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Set up environment variables
env:
VITE_EMAILJS_PUBLIC_KEY: ${{ secrets.VITE_EMAILJS_PUBLIC_KEY }}
run: echo "Setting up environment variables"
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 961030d

Please sign in to comment.