mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 10:30:28 +00:00
init docs
This commit is contained in:
parent
79d256b761
commit
9da4a82788
11 changed files with 601 additions and 1 deletions
21
.github/workflows/docs.yaml
vendored
Normal file
21
.github/workflows/docs.yaml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Mkdocs Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout main
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CONFIG_FILE: docs/mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base
|
Loading…
Add table
Add a link
Reference in a new issue