Skip to content

Commit

Permalink
[semver:patch] Ensure target pdf folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
zigarn committed Dec 4, 2021
1 parent 9ea428c commit a9fd113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
- run:
name: Update Strigo classe
command: |
mkdir --parents pdf/
mv dist/pdf/* pdf/
if [ -n "<< parameters.config-file >>" ]; then
CONFIG_OPT='--config << parameters.config-file >>'
Expand Down

0 comments on commit a9fd113

Please sign in to comment.