Skip to content

refactor: unit tests - so that they work again (#769) #93

refactor: unit tests - so that they work again (#769)

refactor: unit tests - so that they work again (#769) #93

Workflow file for this run

name: GitHub Pages Deploy Action
on:
push:
branches:
- "master"
jobs:
deploy-pages:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
permissions:
contents: write
if: github.repository_owner == 'openfoodfacts'
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Dart
uses: dart-lang/setup-dart@v1
- name: Run Dartdoc
run: dart doc .
- name: Deploy API documentation to Github Pages
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: doc/api/