Skip to content

Commit c5d07b8

Browse files
committed
Make GitHub Pages build without .html in paths
1 parent 5a7eec4 commit c5d07b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
pip install jupyter-book ghp-import
2525
2626
- name: Build the Jupyter Book
27-
run: jupyter-book build TeSS_docs
27+
run: jupyter-book build --builder dirhtml TeSS_docs
2828

2929
- name: Deploy to GitHub Pages
3030
run: |
31-
ghp-import -n -p -f TeSS_docs/_build/html
31+
ghp-import -n -p -f TeSS_docs/_build/dirhtml

0 commit comments

Comments
 (0)