Skip to content

Rebuild website

Rebuild website #936

Workflow file for this run

name: Rebuild website
on:
schedule:
- cron: '12 1 * * *'
jobs:
rebuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: pip install -r scripts/requirements.txt
- name: Gather information
run: python3 scripts/gather.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Build site
run: python3 scripts/build-site.py
- uses: stefanzweifel/git-auto-commit-action@v5
name: Commit downloaded fonts and data