mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
commit
85a95bee1e
22
.github/workflows/ghpages.yml
vendored
Normal file
22
.github/workflows/ghpages.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: Publish Documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 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
|
||||
uses: maxheld83/ghpages@master
|
||||
env:
|
||||
BUILD_DIR: artifacts/docs_site
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
Loading…
Reference in a new issue