diff --git a/content/actions/index.md b/content/actions/index.md index 4eabb1ec41..5eff35a61d 100644 --- a/content/actions/index.md +++ b/content/actions/index.md @@ -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: diff --git a/script/i18n/reset-files-with-broken-liquid-tags.js b/script/i18n/reset-files-with-broken-liquid-tags.js old mode 100644 new mode 100755 index 987c191201..22297153e4 --- a/script/i18n/reset-files-with-broken-liquid-tags.js +++ b/script/i18n/reset-files-with-broken-liquid-tags.js @@ -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) => {