File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
26
26
- name : Install dependencies
27
27
run : |
28
- pip install -r courses/course-operate_first_intro/ requirements.txt
28
+ pip install -r requirements.txt
29
29
30
30
# Build the book
31
31
- name : Build the book
32
32
run : |
33
- jupyter-book build courses/course-operate_first_intro/
33
+ jupyter-book build .
34
34
35
35
# Push the book's HTML to github-pages
36
36
- name : GitHub Pages action
Original file line number Diff line number Diff line change 15
15
16
16
repository :
17
17
url : https://github.com/operate-first/sre
18
- # path_to_book: ./
19
- branch : master
18
+ path_to_book : .
19
+ branch : main
20
20
21
21
html :
22
22
favicon : images/favicon.png
Original file line number Diff line number Diff line change
1
+ jupyter-book
You can’t perform that action at this time.
0 commit comments