diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d630d..a702299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,28 @@ jobs: cache-type: 'build' source-dir: 'lectures' + - name: Build PDF + uses: quantecon/actions/build-lectures@v0.5.0 + with: + source-dir: 'lectures' + builder: 'pdflatex' + upload-failure-reports: true + + - name: Build Notebooks + uses: quantecon/actions/build-lectures@v0.5.0 + with: + source-dir: 'lectures' + builder: 'jupyter' + upload-failure-reports: true + - name: Build HTML id: build uses: quantecon/actions/build-lectures@v0 with: source-dir: 'lectures' builder: 'html' + html-copy-pdf: true + html-copy-notebooks: true upload-failure-reports: true - name: Deploy to Netlify