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

bug: feed not working (anymore?) #361

Closed
andreacfromtheapp opened this issue Aug 7, 2024 · 3 comments
Closed

bug: feed not working (anymore?) #361

andreacfromtheapp opened this issue Aug 7, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@andreacfromtheapp
Copy link
Contributor

Bug Report

Environment

Zola version: zola 0.19.1
tabi version or commit: 82f7a98

Expected Behavior

I have set both generate_feeds = true and feed_filenames = ["atom.xml"] and I would expect feeds to work out of the box.

I also have taxonomies = [{ name = "tags", feed = true }] if this matters at all.

Current Behavior

Atom feed should work but it doesn't. The weird thing is that it does work locally (zola serve).

@andreacfromtheapp andreacfromtheapp added the bug Something isn't working label Aug 7, 2024
@andreacfromtheapp
Copy link
Contributor Author

@welpo
Copy link
Owner

welpo commented Aug 7, 2024

Hi!

Your local Zola is 0.19.1, but you're deploying with 0.18.0: https://github.com/gacallea/gacallea.github.io/blob/da276e26bbef6b89d1cb3356d5298899466db775/.github/workflows/main.yml#L13C1-L13C48

Zola 0.18.0 can't read the new configuration options.

Change that line to:

        uses: shalzz/[email protected]

and it should work :)

@andreacfromtheapp
Copy link
Contributor Author

oopsie...

thanks buddy, I have updated it and I trust it will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants