Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
fix build action
  • Loading branch information
TheJuanAndOnly99 authored Dec 20, 2024
1 parent 50d513a commit ea3b399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: '${{ matrix.node-version }}'

- name: Build
run: |
npm install
npm run build
- name: Setup environment
run: gpg --quiet --batch --yes --decrypt --passphrase="$PASSPHRASE" --output calendar-service-account.json calendar-service-account.json.gpg
env:
Expand All @@ -35,11 +40,6 @@ jobs:
- name: Get events from Google API
run: npm run get-events

- name: Build
run: |
npm install
npm run build
- name: Add CNAME in dist folder
run: cp CNAME dist

Expand Down

0 comments on commit ea3b399

Please sign in to comment.