Skip to content

removing dead code #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]
with:
Expand Down