Skip to content

Commit 1f54776

Browse files
authored
Make static/pdf dir when required (#3421)
1 parent 1d0fd29 commit 1f54776

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/predeploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
if: ${{ github.event.inputs.ebooks == 'true' }}
6464
run: |
6565
cd src
66+
mkdir static/pdfs/
6667
npm run ebooks
6768
- name: Upload PDF artifact
6869
if: ${{ github.event.inputs.ebooks == 'true' }}

0 commit comments

Comments
 (0)