mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 20:38:07 +00:00
feature(Docs): added sphinx docs generation workfl;ow
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Sphinx Pages
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: toniher/sphinx-pages@patch-1
|
||||||
|
id: sphinx-pages
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
create_readme: true
|
||||||
|
source_dir: docs
|
||||||
Reference in New Issue
Block a user