mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-28 19:27:47 +00:00
feature(Docs): added sphinx docs generation workfl;ow
This commit is contained in:
committed by
GitHub
parent
4dfd75eb3e
commit
b63d536db1
@@ -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