forked from MLton/mlton
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract
Install guide dependencies
composite action
- Loading branch information
1 parent
691a79e
commit 96fb956
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: 'Install guide dependencies' | ||
description: 'Install dependencies to build MLton guide' | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install AsciiDoctor | ||
shell: 'bash' | ||
run: sudo gem install asciidoctor | ||
- name: Install Rouge | ||
shell: 'bash' | ||
run: sudo gem install rouge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters