Skip to content

Commit

Permalink
Update publish-website.yml
Browse files Browse the repository at this point in the history
move to job level env
  • Loading branch information
vlad31 authored Jan 12, 2024
1 parent 3ac8411 commit 59318fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env:
VITE_GOOGLE_MAPS_API_KEY: test
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -18,8 +20,6 @@ jobs:
run:
npm install
- name: Build 🔧
env:
VITE_GOOGLE_MAPS_API_KEY: test
run:
npm run build
working-directory: ./packages/website
Expand Down

0 comments on commit 59318fe

Please sign in to comment.