Skip to content

Commit

Permalink
Fix: translator - gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Aug 7, 2024
1 parent 41cfcb4 commit 4f7caae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/translator/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const replace = require('gulp-replace');
const gulpSrc = [
'../../_site/**/*.html',
'../../_site/!(about|community|disclaimer|posts|tutorials)/**/!(*_cn).html',
'!../../_site/{about,community,disclaimer,posts,tutorials}/**',
'!../../_site/{about,disclaimer,posts}/**/*.html',
'!../../_site/community/tutorials/**/*.html',
'../../_site/community/china/index.html',
'../../_site/*/index.html',
'../../_site/index.html',
Expand Down

0 comments on commit 4f7caae

Please sign in to comment.