Skip to content

Commit da4debb

Browse files
authored
correct workflow (#44)
1 parent a5c57a2 commit da4debb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/sig-sre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
pip install -r courses/course-operate_first_intro/requirements.txt
28+
pip install -r requirements.txt
2929
3030
# Build the book
3131
- name: Build the book
3232
run: |
33-
jupyter-book build courses/course-operate_first_intro/
33+
jupyter-book build .
3434
3535
# Push the book's HTML to github-pages
3636
- name: GitHub Pages action

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ latex:
1515

1616
repository:
1717
url: https://github.com/operate-first/sre
18-
# path_to_book: ./
19-
branch: master
18+
path_to_book: .
19+
branch: main
2020

2121
html:
2222
favicon: images/favicon.png

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jupyter-book

0 commit comments

Comments
 (0)