Skip to content

Commit 9546f8a

Browse files
committed
add jekyll clean to run.sh
Because I had issues changes to sidebar.yml not being recognized Signed-off-by: Christoph Rueger <[email protected]>
1 parent 9908d7c commit 9546f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ set -ev
33

44
export BUNDLE_GEMFILE=$PWD/Gemfile
55
bundle install --jobs=3 --retry=3 --path=vendor
6+
bundle exec jekyll clean
67
bundle exec jekyll serve -w --incremental
78

0 commit comments

Comments
 (0)