benmatselby / hugo-deploy-gh-pages

📦 A GitHub Action to build and deploy a Hugo site to GitHub Pages
MIT License
52 stars 32 forks source link

Failure to build current academic-kickstarter due to lack of hugo extended #27

Closed sloede closed 4 years ago

sloede commented 4 years ago

When trying to deploy the current academic-kickstart repo, the action fails with an error that seems to indicate that Hugo Extended is required:

Error: Error building site: TOCSS: failed to transform "main_parsed.scss" (text/x-scss): resource "scss/scss/main.scss_6c95cc1249b26b124274204dbf970c34" not found in file cache
[...]

According to this issue, Hugo Extended does seem to be a prerequisite. However, in the current version of this action there does not seem to be a way to specify that Hugo Extended should be used.

jrwrigh commented 4 years ago

I've never had any issues with the academic-kickstart repo needing anything but vanilla hugo. But the release notes from the most recent version of academic do suggest the extended version is necessary.

benmatselby commented 4 years ago

Resolved by #28. Thanks for the PR @sloede 👍