Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Add repository.

Add repository. #2

Workflow file for this run

name: Deploy
on:
# Post-submit.
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]
- run: dart pub get
- name: Build API Docs
run: ./chore dartdoc
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/api