Add docs CI
This commit is contained in:
parent
0eab85aebb
commit
1632f8f111
31
.github/workflows/docs.yml
vendored
Normal file
31
.github/workflows/docs.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
name: Documentation
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/docs.yml"
|
||||
- "docs/**"
|
||||
- "book.toml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build Docs
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: "latest"
|
||||
|
||||
- name: Build Book
|
||||
run: mdbook build
|
||||
|
||||
- name: Build Website
|
||||
uses: shalzz/zola-deploy-action@v0.17.2
|
||||
env:
|
||||
BUILD_DIR: ./docs/website
|
||||
BUILD_ONLY: true
|
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -5,5 +5,11 @@
|
||||
"pnet",
|
||||
"Protomask",
|
||||
"rtnetlink"
|
||||
]
|
||||
],
|
||||
"[yaml]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
1
CODEOWNERS
Normal file
1
CODEOWNERS
Normal file
@ -0,0 +1 @@
|
||||
* @ewpratten
|
Loading…
x
Reference in New Issue
Block a user