Skip to content

Conversation

@ota-meshi
Copy link
Member

close #188

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Comment on lines +2 to +3
"args": ["--no-sandbox", "--disable-setuid-sandbox"],
"executablePath": "/usr/bin/chromium-browser"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こんな設定ファイルがあったんですね..!!

Comment on lines +21 to +28
## 日本語用フォントのインストール
apk add --no-cache curl fontconfig
curl -O https://moji.or.jp/wp-content/ipafont/IPAexfont/IPAexfont00301.zip
mkdir -p /usr/share/fonts/ipa
mkdir -p /temp
unzip IPAexfont00301.zip -d /temp
cp /temp/IPAexfont00301/*.ttf /usr/share/fonts/ipa/
rm IPAexfont00301.zip
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

すごすぎる..!! 🚀

Copy link
Collaborator

@ma91n ma91n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifactも確認して、出力正しいことを確認できました 💯

@ota-meshi ota-meshi merged commit 8b346ac into master Dec 25, 2024
2 checks passed
@ota-meshi ota-meshi deleted the mermaid-filter branch December 25, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mermaid-filterがインストールされますがGitHubActionsでは使用されません

3 participants