Github blog error 깃허브 블로그 에러 2
Github Actions의 작업 로그 확인
Build Warning: Layout 'archive-taxonomies' requested in categories.md does not exist.
Build Warning: Layout 'archive-dates' requested in dates.md does not exist.
Conversion error: Jekyll::Converters::Scss encountered ...
yeonnan.hashnode.dev2 min read
Hafeez Pizofreude
CAE & Data Engineer • Tech Stack Enthusiast • FOSS Advocate • Avid Cyclist
Yup, inspecting GitHub Actions' job log is the first step to look for when stumble upon error message. Pretty common when we first try to automate task via GitHub Actions. The error message provides insight into the build warnings and conversion error encountered during the build process. Identifying and understanding these warnings is the initial step in troubleshooting.