Skip to content

Commit

Permalink
Update build.yml (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 authored Dec 20, 2024
1 parent 0a71ea1 commit bc170cf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,9 @@ jobs:
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:
PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}

- name: Download basic.ics file
run: curl -o dist/basic.ics https://calendar.google.com/calendar/ical/finos.org_fac8mo1rfc6ehscg0d80fi8jig%40group.calendar.google.com/public/basic.ics

- name: Get events from Google API
run: npm run get-events

- name: Add CNAME in dist folder
run: cp CNAME dist

Expand Down

0 comments on commit bc170cf

Please sign in to comment.