Skip to content

Commit

Permalink
feat: update schedule JSON generation in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Feb 2, 2025
1 parent 245cbaa commit a7268e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
timezoneLinux: "Asia/Taipei"
timezoneMacos: "Asia/Taipei"
# - name: Generate Schedule Json
# uses: CCIP-App/schedule-json-generator-action@v2
# with:
# gcp-api-key: ${{ secrets.GCP_API_KEY }}
# spreadsheet-key: "1nb5A8ZdsYEtZh2JrRQS7yp7uu426Ey8tmnZKUzIZOLM"
# default-avatar: "https://sitcon.org/2022/imgs/deafult_avatar.jpg"
# avatar-base-url: "https://sitcon.org/2024/avatar/"
# output-path: ./public/sessions.json
- name: Generate Schedule Json
uses: CCIP-App/schedule-json-generator-action@v2
with:
gcp-api-key: ${{ secrets.GCP_API_KEY }}
spreadsheet-key: "1AAxHzhqVpmMkUVncgysKPVf6f7lVyvKQMGJZqNJb6aw"
default-avatar: "https://sitcon.org/2022/imgs/deafult_avatar.jpg"
avatar-base-url: "https://sitcon.org/2025/avatar/"
output-path: ./public/sessions.json
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit a7268e4

Please sign in to comment.