XIV-Character-Cards/.github/workflows/documentation.yml
2021-05-28 02:28:58 -07:00

18 lines
327 B
YAML

name: Generate documentation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm run docs:deploy