Skip to content

actions-mn/compile

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub tag (latest by date) CI

compile

Perform metanorma compile, like this

- uses: actions-mn/compile@main
  with:
    input-file: README.adoc
    type: iso
    extensions: html
    output-dir: ./result1
    no-install-fonts: true

The action expects that metanorma-cli is already installed.

You can install it by defferent ways: * actions-mn/setup@master * gem install metanorma-cli * with metanorma docker image

Tip
if metanorma-cli installed with bundle install make sure to path use-bundler: true to the action