Skip to content

Commit 72edb95

Browse files
authored
Merge pull request #16061 from IgniteUI/sstoychev/fix-sassdoc-loc
fix(ci): changing loc dir so that it's correct.
2 parents 94bd3b3 + c588764 commit 72edb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-sassdoc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function createConfig(options = {}) {
129129
name: 'sassdoc-plugin-localization',
130130
path: './node_modules/sassdoc-plugin-localization/dist/index.js',
131131
options: {
132-
dir: options.localizationDir || 'extras/sassdoc',
132+
dir: options.localizationDir || 'i18nRepo/sassdoc',
133133
mode: options.localizationMode || 'both',
134134
languages: ['en', 'ja'],
135135
},

0 commit comments

Comments
 (0)