We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c4c5f commit 2ee1330Copy full SHA for 2ee1330
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
shell: bash -l {0}
65
run: |
66
rm -r _build/.doctrees
67
- jb build lectures --path-output ./ -W --keep-going
+ jb build lectures --path-output ./ -nW --keep-going
68
- name: Upload Execution Reports (HTML)
69
uses: actions/upload-artifact@v2
70
if: failure()
lectures/_toc.yml
@@ -14,6 +14,7 @@ parts:
14
- file: intro_supply_demand
15
- file: supply_demand_multiple_goods
16
- file: supply_demand_heterogeneity
17
+ - file: input_output
18
- caption: Tools & Techniques
19
numbered: true
20
chapters:
0 commit comments