Skip to content

Add missing sponsors #133

Add missing sponsors

Add missing sponsors #133

Workflow file for this run

name: Gen site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: install python packages
run: |
cd generate_site/
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute py script
run: |
cd generate_site/
python generate.py
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .