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

File not found when building site #76

Open
Arzte opened this issue May 18, 2023 · 3 comments
Open

File not found when building site #76

Arzte opened this issue May 18, 2023 · 3 comments

Comments

@Arzte
Copy link

Arzte commented May 18, 2023

I appear to be getting the same error mentioned in #72, however running zola build locally succeeds as expected.

The error I'm getting in my builds is linked here:
https://github.com/Arzte/arzte.github.io/actions/runs/4809565754/jobs/8989876614#step:4:33

The workflow file I'm using is here:
https://github.com/Arzte/arzte.github.io/blob/main/.github/workflows/main.yml

Let me know if there's any additional information I could provide to help resolve this.

@samueloph
Copy link

samueloph commented Jul 17, 2023

@Arzte I've got the same issue with a failure to parse "templates/" and I've solved that with ln -s themes/abridge/templates ./ (a symlink on templates/).

I'm now getting a different error but I think it's unrelated to this. edit - I've got a successful run after doing the symlink and then setting write permissions to the workflow, as described in ad-m/github-push-action#96 (comment).

PS.: Looks like your main.yml has also changed from the documented one, in case you want to retry:
https://www.getzola.org/documentation/deployment/github-pages/

@pcwizz
Copy link

pcwizz commented Oct 15, 2023

Just solve the a same issue using a symlink

@kekonn
Copy link

kekonn commented Jan 16, 2024

@Arzte I've got the same issue with a failure to parse "templates/" and I've solved that with ln -s themes/abridge/templates ./ (a symlink on templates/).

I'm now getting a different error but I think it's unrelated to this. edit - I've got a successful run after doing the symlink and then setting write permissions to the workflow, as described in ad-m/github-push-action#96 (comment).

PS.: Looks like your main.yml has also changed from the documented one, in case you want to retry: https://www.getzola.org/documentation/deployment/github-pages/

I am still getting this issue, but I am on windows, so symlinks are not an option for me. How would I go about and fix this?

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

4 participants