Skip to content

Commit a085091

Browse files
committed
Create directory before build
1 parent ab67cf5 commit a085091

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Build documentation
3333
run: |
3434
source .venv/bin/activate
35+
mkdir -p build/docs
3536
mkdocs build --clean
3637
- name: Setup Pages
3738
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)