Skip to content

Commit 81d5ef2

Browse files
Merge pull request #462 from aiven/publish_docs
Automatically publish docs on github pages. #462
2 parents 6a7ea60 + 2a0a1d3 commit 81d5ef2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Sphinx Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
name: Sphinx Pages
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: seanzhengw/sphinx-pages@d29427677b3b89c1b5311d9eb135fb4168f4ba4a
14+
id: sphinx-pages
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
create_readme: true
18+
source_dir: docs/

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

0 commit comments

Comments
 (0)