File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v2-beta
2020
21+ - name : install Pandoc
22+ run : sudo apt install pandoc
23+
24+ - name : install AsciiDoctor
25+ run : sudo apt install asciidoctor
26+
2127 - name : install TS
2228 run : npm install typescript
2329
Original file line number Diff line number Diff line change 1111
1212 - uses : actions/setup-node@v2-beta
1313
14+ - name : install Pandoc
15+ run : sudo apt install pandoc
16+
17+ - name : install AsciiDoctor
18+ run : sudo apt install asciidoctor
19+
1420 - name : install TS
1521 run : npm install typescript
1622
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v2-beta
2020
21+ - name : install Pandoc
22+ uses : crazy-max/ghaction-chocolatey@v1
23+ with :
24+ args : install pandoc
25+
26+ - name : install Ruby
27+ uses : crazy-max/ghaction-chocolatey@v1
28+ with :
29+ args : install ruby
30+
31+ - name : install AsciiDoctor
32+ run : gem install asciidoctor
33+
2134 - name : install TS
2235 run : npm install typescript
2336
Original file line number Diff line number Diff line change 1111
1212 - uses : actions/setup-node@v2-beta
1313
14+ - name : install Pandoc
15+ uses : crazy-max/ghaction-chocolatey@v1
16+ with :
17+ args : install pandoc
18+
19+ - name : install Ruby
20+ uses : crazy-max/ghaction-chocolatey@v1
21+ with :
22+ args : install ruby
23+
24+ - name : install AsciiDoctor
25+ run : gem install asciidoctor
26+
1427 - name : install TS
1528 run : npm install typescript
1629
You can’t perform that action at this time.
0 commit comments