Skip to content

Commit ded631f

Browse files
authored
Add setup for GitHub Pages in workflow
1 parent e6bd38a commit ded631f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sphinx-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
pip install . --group dev
28+
- name: Setup Pages
29+
id: pages
30+
uses: actions/configure-pages@v5
2831
- name: Sphinx build
2932
run: |
3033
sphinx-build docs _build

0 commit comments

Comments
 (0)