Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ryankurte/action-mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Nov 26, 2019
2 parents ccda8de + ad6b1ad commit 3b497ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# action-mdbook

A simple github action for https://github.com/rust-lang/mdBook
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
name: "mdbook"
description: "build mdbook outputs"
name: "rust-mdbook"
description: "build rust mdbook outputs"
inputs:
inputDir:
description: 'mdbook input directory'
required: false
outputDir:
description: 'mdbook output directory'
required: false
default:

branding:
icon: 'book-open'
color: 'purple'
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 3b497ae

Please sign in to comment.