We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f955368 commit 818e514Copy full SHA for 818e514
1 file changed
.github/workflows/deploy-docs.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dependencies
28
run: pip install -r requirements.docs.txt
29
30
- # - name: Build docs
31
- # run: mkdocs build -d dist
+ - name: Build docs
+ run: mkdocs build -d dist
32
33
# - name: Build jupyterlite
34
# run: |
0 commit comments