mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-07 15:03:20 -04:00
feat(gha): re-enable korean deploys (#67142)
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
- 'japanese'
|
||||
- 'german'
|
||||
- 'swahili'
|
||||
- 'korean'
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
4
.github/workflows/deploy-client.yml
vendored
4
.github/workflows/deploy-client.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
- japanese
|
||||
- german
|
||||
- swahili
|
||||
- korean
|
||||
default: all
|
||||
show_upcoming_changes:
|
||||
description: 'Show upcoming changes (enables upcoming certifications and challenges)'
|
||||
@@ -102,7 +103,8 @@ jobs:
|
||||
'ukrainian': 'ukr',
|
||||
'japanese': 'jpn',
|
||||
'german': 'ger',
|
||||
'swahili': 'swa'
|
||||
'swahili': 'swa',
|
||||
'korean': 'kor'
|
||||
};
|
||||
|
||||
const allLanguages = Object.keys(languageMap);
|
||||
|
||||
Reference in New Issue
Block a user