Skip to content

Commit 63c54f9

Browse files
Update static.yml
1 parent b847c44 commit 63c54f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Simple workflow for deploying static content to GitHub Pages
2-
name: Deploy static content to Pages
2+
name: Publish Website
33

44
on:
55
# Runs on pushes targeting the default branch
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/configure-pages@v4
3636

3737
- name: Build HTML with Sphinx
38-
run: sphinx-build -b html source/ build/html
38+
run: make html
3939

4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)