mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 14:55:10 -05:00
Extend process_notebooks for testing (#1789)
* Extend process_notebooks for testing * add command * spelling and lint * update docs * Update contributing.md * add shebang * Update contributing.md * lint
This commit is contained in:
4
.github/workflows/deploy-website.yml
vendored
4
.github/workflows/deploy-website.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
quarto render .
|
||||
- name: Process notebooks
|
||||
run: |
|
||||
python process_notebooks.py
|
||||
python process_notebooks.py render
|
||||
- name: Test Build
|
||||
run: |
|
||||
if [ -e yarn.lock ]; then
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
quarto render .
|
||||
- name: Process notebooks
|
||||
run: |
|
||||
python process_notebooks.py
|
||||
python process_notebooks.py render
|
||||
- name: Build website
|
||||
run: |
|
||||
if [ -e yarn.lock ]; then
|
||||
|
||||
Reference in New Issue
Block a user