Skip to content

Commit

Permalink
Add yfm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
burashka committed Jun 28, 2021
1 parent 1f0ad82 commit 25378a9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,19 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Устанавливаем Node.JS для сборки приложения
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14'

# Устанавливаем yfm-docs
- name: Install yfm-docs
run: npm i @doc-tools/docs

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
- name: Run yfm-docs
run: -i ./ -o ./output

# Runs a set of commands using the runners shell
- name: Run a multi-line script
Expand Down

0 comments on commit 25378a9

Please sign in to comment.