-
Notifications
You must be signed in to change notification settings - Fork 0
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
error with jekyll action #4
Comments
https://github.com/helaili/jekyll-action is marked as deprecated, I think it doesn't support Ruby version 3 and we need to change the workflow.
|
I couldn't find a clear gold standard way of doing it like helaili/jekyll action describes it and ended up with this working solution:
However contrary to the statement from helaili/jekyll action, there is https://github.com/actions/jekyll-build-pages which is "part of the official support for building Pages with Actions", so maybe we should switch to that? |
This should also now be adopted for HITO and ANNO, however I first want to wait for responses to actions/jekyll-build-pages#134 on whether it is better to use https://github.com/actions/jekyll-build-pages/ instead. |
This needs to be changed because the deploy-pages action does not create a branch, so we cannot check it out on the webserver. |
This probably needs to be fixed for all similar sites: SNIK, HITO, ANNO.
The text was updated successfully, but these errors were encountered: