Skip to content

Deploy

Deploy #937

Workflow file for this run

name: Deploy
on:
repository_dispatch:
types: [build]
schedule:
- cron: "0 0 * * *"
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build
shell: bash -l {0}
run: |
pip install jinja2 requests pandas
python .ci_support/run.py --username ${{ github.actor }} --token ${{ secrets.GH_TOKEN }} --githubrepo ${{ github.repository }}
cp .ci_support/readmetemplate.md README.md
cat packages.md >> README.md
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: main
folder: .