Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images not being deployed in action #2

Open
piksel opened this issue Aug 15, 2020 · 2 comments
Open

Images not being deployed in action #2

piksel opened this issue Aug 15, 2020 · 2 comments

Comments

@piksel
Copy link
Member

piksel commented Aug 15, 2020

For some reason, the images are not being included in the commit/deploy of the generate hugo site. I have not looked in to why this is happening and instead just push the images manually after deploy.

@simskij
Copy link
Member

simskij commented Aug 17, 2020

Static assets like images are copied from /static, not /resources. 👍

@piksel
Copy link
Member Author

piksel commented Aug 17, 2020

Yeah, you can add unmanaged resources to /static (and that's a better temporary solution). But these should be included as page resources and that works correctly using serve, but not when building (at least not in CI)

Edit: Although, the main logotype is definitely in the wrong folder. It should just be moved to static.

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

No branches or pull requests

2 participants