Skip to content

Commit

Permalink
Fix pyodide gallery conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 16, 2023
1 parent 881077d commit ce4d940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: convert gallery
run: |
conda activate test-environment
panel convert examples/gallery/**/*.ipynb --to pyodide-worker --out ./builtdocs/pyodide/ --pwa --index
panel convert examples/gallery/*.ipynb doc/how_to/**/examples/*.md --to pyodide-worker --out ./builtdocs/pyodide/ --pwa --index
- name: git status and git diff
run: |
git status
Expand Down

0 comments on commit ce4d940

Please sign in to comment.