Create documentation deployment action

This commit is contained in:
karashiiro 2021-05-28 02:28:58 -07:00 committed by GitHub
parent 5db4cba740
commit 767c18b204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/documentation.yml vendored Normal file
View file

@ -0,0 +1,18 @@
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