mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-02-03 22:34:20 +01:00
Update and rename blank.yml to ghpages.yml
This commit is contained in:
parent
d2365db4b9
commit
7ab0b64b27
|
|
@ -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 }}
|
||||
Loading…
Reference in a new issue