Skip to content

Commit

Permalink
デバッグ用にビルドログを出力するよう設定
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuna-can-se committed Oct 24, 2023
1 parent 721da7c commit b542f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
cd documents
echo '# Mkdocs Build Result :factory:' >> $GITHUB_STEP_SUMMARY
mkdocs build --verbose --clean --strict > mkdocs_build_log.txt
cat mkdocs_build_log.txt >> $GITHUB_STEP_SUMMARY
if [ $? = 0 ]; then
echo ':heavy_check_mark: mkdocs のビルドに成功しました。' >> $GITHUB_STEP_SUMMARY
else
Expand Down

0 comments on commit b542f7f

Please sign in to comment.