Build errors #181
Replies: 2 comments
|
Hi @aprovopratt -- Your _config.yml has some issues, with the main one being that the title contains a ":" -- you can have that as part of your title, but you need to quote the title value. Looks like you're missing the first quote. That line should look like this: title: "Alex Sandbox: Spring 2026" You should also add a slash in front of your baseurl value so that it is: baseurl: /alex-sandbox Make these two and you should be good! |
0 replies
|
Thanks so much, @dcnb ! Much appreciated. I was demoing the importance of using quotes around titles with special characters so that's ironic! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all! I'm working with my students to deploy CollectionBuilder CSV sites using Github Actions, but we're running into build errors (see https://github.com/info663-sp26/alex-sandbox/actions/runs/25141342028). Any help would be much appreciated!
All reactions