Skip to content

feat: 972 - new "product_type" field for Product (#973) #380

feat: 972 - new "product_type" field for Product (#973)

feat: 972 - new "product_type" field for Product (#973) #380

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/