Skip to content

Deploy

Deploy #7610

Workflow file for this run

name: Deploy
on:
schedule:
- cron: '5 */2 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Update
run: poetry run python build.py
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Info