mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 03:59:25 +00:00
Publish mkdocs to gh-pages
This commit is contained in:
parent
7a87d353cb
commit
186c7d5786
6 changed files with 119 additions and 0 deletions
18
.github/workflows/docs.yaml
vendored
Normal file
18
.github/workflows/docs.yaml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue