Skip to content

Update API

Update API #23138

Workflow file for this run

name: Update API
on:
schedule:
- cron: 0 * * * *
permissions:
contents: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/[email protected]
- name: Install dependencies
run: dart pub get
- name: Build
run: mkdir build && dart run >> build/api.json
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build