diff --git a/gulpfile.js b/gulpfile.js index 795f034c..652230b3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -116,7 +116,8 @@ exports.release = gulp.series( return gulp.src('./release/introduce/**/*') .pipe(replace(/[^'"]+(\/layui\.css)/, 'layui/css$1')) // 替换 css 引入路径中的本地 path .pipe(replace(/[^'"]+(\/layui\.js)/, 'layui$1')) // 替换 js 引入路径中的本地 path - .pipe(gulp.dest(rlsDirname)); + .pipe(gulp.dest(rlsDirname)) // 用于本地 + .pipe(gulp.dest('./examples/introduce')); // 用于 Github actions }, exports.cp, // 复制 dist 目录文件 () => { // 生成 ZIP 压缩包