Skip to content

actions-mn/setup-flavors

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

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

setup-flavors

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

About

Action which help to install custom/private flavors in metanorma

Resources

License

Stars

Watchers

Forks

Packages

No packages published