Skip to content

Commit

Permalink
Make empty dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorru94 committed Jul 18, 2024
1 parent e6d3108 commit 2d8cffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@ jobs:
- name: Install Python dependencies
run: pip install -r requirements.txt

- name: Create empty directories
run: |
mkdir ./source/_static
mkdir ./source/_templates
mkdir ./build
- name: Build HTML documentation
run: make html

0 comments on commit 2d8cffb

Please sign in to comment.