Skip to content

Generate Website Data #8

Generate Website Data

Generate Website Data #8

Workflow file for this run

# This workflow will later be replaced with logic to "Generate Website Data"
# The verify-gdrive.yml workflow file will be renamed to this one
# We have to introduce this change in steps because GitHub gets confused until
# we add the new workflow file to the master branch
name: "Generate Website Data"
on:
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
env:
REPO_OWNER: ${{ github.repository_owner}}
REPO_BRANCH: ${{ github.ref_name }}
SERVICE_ACCOUNT_KEY_JSON: ${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}
GDRIVE_FOLDER: ${{ vars.GDRIVE_FOLDER }}
steps:
- uses: actions/checkout@v3
- run: pip install -r download/requirements.txt
- run: python download/main.py