Skip to content

Commit

Permalink
fix(ci): create an empty placeholder directories
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Jul 12, 2024
1 parent debe75f commit 8e1dc78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ RUN \
--mount=type=cache,target=/usr/local/cargo/registry \
# Create an output directory
mkdir /out \
# Create an empty placeholder directories
mkdir ./examples \
# Disable terminal hooks
&& sed -i '/\[\[hooks\]\]/,$d' 'Trunk.toml' \
# Build
Expand Down

0 comments on commit 8e1dc78

Please sign in to comment.