There was an error while loading. Please reload this page.
1 parent ab67cf5 commit a085091Copy full SHA for a085091
1 file changed
.github/workflows/deploy-docs.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Build documentation
33
run: |
34
source .venv/bin/activate
35
+ mkdir -p build/docs
36
mkdocs build --clean
37
- name: Setup Pages
38
uses: actions/configure-pages@v4
0 commit comments