Skip to content

Add a netpbm encoder and decoder, fix some minor bugs (#8) #14

Add a netpbm encoder and decoder, fix some minor bugs (#8)

Add a netpbm encoder and decoder, fix some minor bugs (#8) #14

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