We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04672f1 commit a216374Copy full SHA for a216374
.github/workflows/sphinx-build.yml
@@ -2,10 +2,10 @@ on: [push]
2
3
jobs:
4
build:
5
- name: Sphinx Pages Test
+ name: Sphinx Pages
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: b-branco/personal-website@main
+ - uses: seanzhengw/sphinx-pages@master
9
id: sphinx-pages
10
with:
11
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments