Skip to content

Commit 3c56ecd

Browse files
removing dead code (#377)
1 parent 6d8e973 commit 3c56ecd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ jobs:
6363
env:
6464
DEFAULT_LANGUAGE_ONLY: false
6565

66-
- name: Inject meta data to ensure proper font rendering for some translations
67-
run: |
68-
if [[ -d site/ja ]]
69-
then
70-
echo -e "social:\n cards_layout_options:\n font_family: Noto Sans JP" > site/ja/.meta.yml
71-
echo "Successfully injected meta data into Japanese translation."
72-
else
73-
echo "*** Japanese translations not found in:"
74-
echo "$(ls site)"
75-
echo "*** Skipping this step."
76-
fi
77-
7866
- name: Deploy to GitHub Pages
7967
uses: JamesIves/[email protected]
8068
with:

0 commit comments

Comments
 (0)