Skip to content
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

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick mdBook

Quick and simple action for setting up rust-lang/mdBook

This action runs on any runner with consistent and short execution times (from limited tests, up to 10s).

Usage

- name: Install latest mdBook
  uses: MineBartekSA/quick-mdbook@v1.1

You can also use an optional version input to specify the target mdBook version you want to install.

- name: Install mdBook v0.4.21
  uses: MineBartekSA/quick-mdbook@v1.1
  with:
    version: 0.4.21

You can also use optional arch and clib inputs to specify the target build architecture and C Library.

- name: Install latest mdBook for the aarch64 architecture build on musl
  uses: MineBartekSA/quick-mdbook@v1.1
  with:
    arch: aarch64
    clib: musl

About

Quick and simple action for setting up mdBook

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors