Update and rename blank.yml to ghpages.yml

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

View file

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