Skip to content

build

build #450

Workflow file for this run

name: build
on:
push:
branches:
- main
schedule:
# Run daily at 0500 UTC
- cron: '0 5 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Execute the build
run: .github/build.sh