@@ -36,7 +36,6 @@ redirect_from:
|
||||
- /actions/automating-your-workflow-with-github-actions/
|
||||
- /categories/automating-your-workflow-with-github-actions
|
||||
- /marketplace/actions
|
||||
- /actions/guides
|
||||
- /actions/reference
|
||||
layout: product-landing
|
||||
versions:
|
||||
|
||||
3
script/i18n/reset-files-with-broken-liquid-tags.js
Normal file → Executable file
3
script/i18n/reset-files-with-broken-liquid-tags.js
Normal file → Executable file
@@ -32,7 +32,8 @@ async function main() {
|
||||
throw new Error(`Language ${options.language} not found`)
|
||||
}
|
||||
|
||||
const files = languageFiles(language, 'content')
|
||||
const files = [languageFiles(language, 'content'), languageFiles(language, 'data')].flat()
|
||||
|
||||
const brokenFiles = []
|
||||
|
||||
files.forEach((file) => {
|
||||
|
||||
Reference in New Issue
Block a user