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

Failing deployment of GH pages #5375

Closed
akoreman opened this issue Oct 30, 2023 · 0 comments · Fixed by #5376
Closed

Failing deployment of GH pages #5375

akoreman opened this issue Oct 30, 2023 · 0 comments · Fixed by #5376

Comments

@akoreman
Copy link
Contributor

akoreman commented Oct 30, 2023

Issue

After merging in #5269 we have an .astro file in our repo which is getting picked up by the workflow we have to publish the Ace websites, this is causing the action to fail.

Issue seems to be that the GH action we use for this uses Jekyll which automatically picks up .astro files, I tried to add a file to tell Jekyll to ignore this fail but this didn't help.

Not sure whether this is because the ignore file is not being picked up or because there is something wrong with the content of the ignore file.

For more context, see: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants