Update docs.yml

This commit is contained in:
Hamel Husain
2024-03-21 22:36:57 -07:00
committed by GitHub
parent 629450cecd
commit 4e69aa48ab

View File

@@ -20,6 +20,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: install dependencies
run: |
python3 -m pip install jupyter
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with: