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

Erika's homework update #4

Open
erika-b opened this issue Jun 6, 2022 · 3 comments
Open

Erika's homework update #4

erika-b opened this issue Jun 6, 2022 · 3 comments

Comments

@erika-b
Copy link

erika-b commented Jun 6, 2022

I'm having issues with the ContentDM cloning--the initial commit is running into an error during the "build with Jekyll" stage and none of the edits I do to _config.yml have helped. Exact error message is: /usr/local/bundle/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `parse': (/github/workspace/./_config.yml): did not find expected key while parsing a block mapping at line 15 column 1 (Psych::SyntaxError)

My initial trial with the GH demo site/data worked really well!:

@evanwill
Copy link
Contributor

evanwill commented Jun 6, 2022

Sorry @erika-b I forgot to mention a few things about CB-CDM in class!

Because CB-CDM uses plugins, it can not be built using the automatic GitHub Pages build. Instead, you will have to add a GitHub Action to deploy it:

  • First, go into Settings > Pages, and for branch select "none", and save to turn off github pages.
  • Next, follow the CB GitHub Actions docs to add the build action. You just have to create a new file, paste the content in, and commit.

However... that doesn't seem to be the build error your repository is encountering right now! It looks like the "_config.yml" is corrupted some how-- I will take a look!

@dcnb
Copy link
Contributor

dcnb commented Jun 6, 2022 via email

@erika-b
Copy link
Author

erika-b commented Jun 7, 2022

Woohoo thank you Evan and Devin! The documentation for github actions was super easy to follow and I have a site live. Now to clean up all that icky metadata 🤣

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

3 participants