Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit a160366

Browse files
committed
tabs vs spaces, d'oh!
1 parent 2f09b1e commit a160366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-gh-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
pip install -r requirements.txt
25-
pip install jupyter-book
25+
pip install jupyter-book
2626
2727
# Build the book
2828
- name: Build the book

0 commit comments

Comments
 (0)