Create blank.yml

This commit is contained in:
Morten Nielsen 2020-01-20 20:20:54 -08:00 committed by GitHub
parent 612a48d50b
commit d2365db4b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
.github/workflows/blank.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: Publish Documentation
on:
push
brances:
- master
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone NmeaParser
uses: actions/checkout@v1
- name: Build Documentation
run: build/GenerateDoc.cmd
- name: Publish Documentation
use: maxheld83/ghpages@master
env:
BUILD_DIR: artifacts/docs_site
GH_PAT: ${{ secrets.GH_PAT }}