소스 검색

Clear old _site contents on regeneration

Scott Lahteine 5 년 전
부모
커밋
fea2363a2e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      buildroot/share/git/mfpub

+ 2
- 0
buildroot/share/git/mfpub 파일 보기

@@ -97,6 +97,8 @@ fi
97 97
 echo
98 98
 echo "Generating MarlinDocumentation..."
99 99
 
100
+rm -rf _site
101
+
100 102
 # build the site statically and proof it
101 103
 bundle exec jekyll build --profile --trace --no-watch
102 104
 bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --check-favicon --check-html --url-swap ".*marlinfw.org/:/"

Loading…
취소
저장