Skip to content

Merge pull request #15 from thalesassis/patch-1 #775

Merge pull request #15 from thalesassis/patch-1

Merge pull request #15 from thalesassis/patch-1 #775

Workflow file for this run

name: Docs
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
env:
FORCE_COLOR: 2
NODE: 14
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "${{ env.NODE }}"
cache: npm
- run: java -version
- name: Install npm dependencies
run: npm ci
- name: Test docs
run: npm run docs