Skip to content

Commit 04672f1

Browse files
authored
Create sphinx-build.yml
1 parent 88f3227 commit 04672f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: [push]
2+
3+
jobs:
4+
build:
5+
name: Sphinx Pages Test
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: b-branco/personal-website@main
9+
id: sphinx-pages
10+
with:
11+
github_token: ${{ secrets.GITHUB_TOKEN }}
12+
create_readme: false

0 commit comments

Comments
 (0)