Perform metanorma site generation
, like this
- uses: actions-mn/site-gen@main
with:
source-path: iso
config-file: metanorma.yml
agree-to-terms: true
Or
- uses: actions-mn/site-gen@main
with:
source-path: iso
config-file: metanorma.yml
agree-to-terms: true
output-dir: site
no-install-fonts: false
continue-without-fonts: false
use-bundler: false
The action expects that metanorma-cli is already installed.
You can install it by defferent ways:
actions-mn/setup@master
gem install metanorma-cli
NOTE: if
metanorma-cli
installed withbundle install
make sure to pathuse-bundler: true
to the action