Skip to content

Commit

Permalink
correct workflow (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwesig authored Oct 24, 2022
1 parent a5c57a2 commit da4debb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sig-sre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

- name: Install dependencies
run: |
pip install -r courses/course-operate_first_intro/requirements.txt
pip install -r requirements.txt
# Build the book
- name: Build the book
run: |
jupyter-book build courses/course-operate_first_intro/
jupyter-book build .
# Push the book's HTML to github-pages
- name: GitHub Pages action
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ latex:

repository:
url: https://github.com/operate-first/sre
# path_to_book: ./
branch: master
path_to_book: .
branch: main

html:
favicon: images/favicon.png
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-book

0 comments on commit da4debb

Please sign in to comment.