Update docs.yml
Browse files
.github/workflows/docs.yml
CHANGED
@@ -20,6 +20,9 @@ jobs:
|
|
20 |
uses: actions/setup-python@v3
|
21 |
with:
|
22 |
python-version: '3.10'
|
|
|
|
|
|
|
23 |
- name: Publish to GitHub Pages (and render)
|
24 |
uses: quarto-dev/quarto-actions/publish@v2
|
25 |
with:
|
|
|
20 |
uses: actions/setup-python@v3
|
21 |
with:
|
22 |
python-version: '3.10'
|
23 |
+
- name: install dependencies
|
24 |
+
run: |
|
25 |
+
python3 -m pip install jupyter
|
26 |
- name: Publish to GitHub Pages (and render)
|
27 |
uses: quarto-dev/quarto-actions/publish@v2
|
28 |
with:
|