Skip to content

chore(deps): bump lints from 3.0.0 to 4.0.0 (#925) #345

chore(deps): bump lints from 3.0.0 to 4.0.0 (#925)

chore(deps): bump lints from 3.0.0 to 4.0.0 (#925) #345

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@v4
- 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/