Skip to content

Commit 7fcaffa

Browse files
Create main.yml
1 parent d987152 commit 7fcaffa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Deploy Sphinx documentation to Pages
2+
3+
4+
on:
5+
release:
6+
types: [published]
7+
workflow_dispatch:
8+
workflow_run:
9+
workflows: python-publish
10+
11+
jobs:
12+
build:
13+
name: Push Sphinx Pages
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: seanzhengw/sphinx-pages@master
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}
19+
create_readme: true

0 commit comments

Comments
 (0)