Setup extra flavors that aren't come with default metanorma
installation, like this
- uses: actions-mn/setup-flavors@main
with:
extra-flavors: nist
github-packages-token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
Or (to use bundler)
- uses: actions-mn/setup-flavors@main
with:
extra-flavors: bsi
github-packages-token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
use-bundler: true
Or (for public gems)
- uses: actions-mn/setup-flavors@main
with:
extra-flavors: ribose
NOTE: this action only works for metanorma from ruby-gems
NOTE: if
metanorma-cli
installed withbundle install
make sure to pathuse-bundler: true
to the action