mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Create blank.yml
This commit is contained in:
parent
612a48d50b
commit
d2365db4b9
23
.github/workflows/blank.yml
vendored
Normal file
23
.github/workflows/blank.yml
vendored
Normal 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 }}
|
||||
Loading…
Reference in a new issue