Skip to content

Commit

Permalink
removing dead code (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer authored Nov 3, 2023
1 parent 6d8e973 commit 3c56ecd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c56ecd

Please sign in to comment.