We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be11313 commit 42baf65Copy full SHA for 42baf65
.github/workflows/gh-pages.yml
@@ -63,6 +63,18 @@ jobs:
63
env:
64
DEFAULT_LANGUAGE_ONLY: false
65
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
+
78
- name: Deploy to GitHub Pages
79
uses: JamesIves/github-pages-deploy-action@v4.2.2
80
with:
0 commit comments