Skip to content

Commit

Permalink
Attempt to autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 10, 2024
1 parent 287d40e commit 4e28718
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/megamerge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Megamerge
on:
push:
schedule:
- cron: '12 1 * * *'

jobs:
rebuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: pip install fontTools
- name: Build
run: cd megamerge; python3 megamerge.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit downloaded fonts and data

0 comments on commit 4e28718

Please sign in to comment.