Skip to content

Commit 266d384

Browse files
committed
rough draft
1 parent 2809c85 commit 266d384

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: publish-docs
2+
on: [workflow_dispatch]
3+
jobs:
4+
gh-pages:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout repository
8+
uses: actions/checkout@v2
9+
10+
- name: Sphinx Build
11+
uses: ammaraskar/[email protected]
12+

0 commit comments

Comments
 (0)