Skip to content

add radxa-zero_bookworm_kde_t5 #14

add radxa-zero_bookworm_kde_t5

add radxa-zero_bookworm_kde_t5 #14

Workflow file for this run

name: Build
on:
# schedule:
# - cron: '1 0 * * *'
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
path: main
- uses: actions/checkout@v4
with:
ref: page
path: page
- name: Run build
run: python main/build.py > page/test/data.json
- name: Push
run: |
cd page
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add test/data.json
git commit -m "Auto Build"
git push