Skip to content

Commit 2ee1330

Browse files
committed
FIX: build warnings
1 parent e9c4c5f commit 2ee1330

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash -l {0}
6565
run: |
6666
rm -r _build/.doctrees
67-
jb build lectures --path-output ./ -W --keep-going
67+
jb build lectures --path-output ./ -nW --keep-going
6868
- name: Upload Execution Reports (HTML)
6969
uses: actions/upload-artifact@v2
7070
if: failure()

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ parts:
1414
- file: intro_supply_demand
1515
- file: supply_demand_multiple_goods
1616
- file: supply_demand_heterogeneity
17+
- file: input_output
1718
- caption: Tools & Techniques
1819
numbered: true
1920
chapters:

0 commit comments

Comments
 (0)