Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n --keep-going
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
jb build lectures --path-output ./ -n -W --keep-going
- name: Upload Execution Reports
uses: actions/upload-artifact@v7
if: failure()
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -n --keep-going
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
jb build lectures --path-output ./ -n -W --keep-going
# Serves at the default Pages URL (no cname):
# https://quantecon.github.io/lecture-python-programming.fr/
- name: Deploy to GitHub Pages
Expand Down
Loading