1
0
mirror of synced 2026-02-08 03:35:55 +00:00

Publish mkdocs to gh-pages

This commit is contained in:
stefanprodan
2020-06-18 20:10:18 +03:00
parent 7a87d353cb
commit 186c7d5786
6 changed files with 119 additions and 0 deletions

18
.github/workflows/docs.yaml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- docs*
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}