From 586b6cfd8c0e757d2bfcd21b65173b275f33dde8 Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Sun, 24 Sep 2023 15:29:55 +0200 Subject: [PATCH] removing dead code --- .github/workflows/gh-pages.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a14be821ad..6ce2994190 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -63,18 +63,6 @@ jobs: env: DEFAULT_LANGUAGE_ONLY: false - - name: Inject meta data to ensure proper font rendering for some translations - run: | - if [[ -d site/ja ]] - then - echo -e "social:\n cards_layout_options:\n font_family: Noto Sans JP" > site/ja/.meta.yml - echo "Successfully injected meta data into Japanese translation." - else - echo "*** Japanese translations not found in:" - echo "$(ls site)" - echo "*** Skipping this step." - fi - - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4.2.2 with: