Charcoal-SE / charcoal-se.github.io

Website for Charcoal
https://charcoal-se.org/
8 stars 27 forks source link

Fix GitHub Actions workflow #96

Closed double-beep closed 1 month ago

double-beep commented 1 month ago
iBug commented 1 month ago

I think we can drop the version constraint on github-pages altogether, like bumping Ruby to 3.3 maybe?

Versions gathered from https://pages.github.com/versions/

double-beep commented 1 month ago

I think we can drop the version constraint on github-pages altogether, like bumping Ruby to 3.3 maybe?

Probably? I tried using Ruby 3.3 but I got this error when I ran the build file:

`rb_delegate': wrong number of arguments (given 2, expected 1) (ArgumentError)

and I am not familiar enough with Ruby to fix it.

iBug commented 1 month ago

So it looks like something not exactly easy to fix: https://stackoverflow.com/a/72906202/5958455