Skip to content

actions-mn/site-gen

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

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub tag (latest by date) test

site-gen

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 with bundle install make sure to path use-bundler: true to the action

About

Perform metanorma site generation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages