-
Notifications
You must be signed in to change notification settings - Fork 30
Move hugo and theme to latest #411
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
base: main
Are you sure you want to change the base?
Conversation
Sweet! this alone allows us to move to a much newer hugo! |
Hi @padovan, thank you for the MR! I've tested this locally and from looking around it all seems okay.... Apart from the social media link images in the footer: With the main branch I get the pretty images, with your branch I just get empty squares. |
d8c0af1
to
e87b2f0
Compare
/staging |
Hi @padovan It looks like this failed to deploy to staging: https://github.com/kernelci/kernelci-project/actions/runs/16782965795/job/47526266263 |
Yeah, I'll have to rework this. Let me finish another round of docs update and I'll come back to this. |
e87b2f0
to
81825e5
Compare
/staging |
81825e5
to
42bbae2
Compare
/staging |
42bbae2
to
a8ce365
Compare
/staging |
a8ce365
to
35026ca
Compare
/staging |
35026ca
to
bece389
Compare
/staging |
bece389
to
441d6f0
Compare
/staging |
@@ -63,16 +63,16 @@ jobs: | |||
- name: Setup Hugo | |||
uses: peaceiris/actions-hugo@v3 | |||
with: | |||
hugo-version: '0.97.3' | |||
hugo-version: '0.148.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nuclearcat I am trying to update hugo, but the workflow stills shows:
Run peaceiris/actions-hugo@v3
Hugo version: 0.97.3
https://github.com/kernelci/kernelci-project/actions/runs/16916278037/job/47930853147#step:11:6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to make it as branch on this repository, so i can test it in actions. I will try to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update version in your branch here: https://github.com/padovan/kernelci-project/blob/229ed667067ad48c1e404101c451bee746a22f7a/.github/workflows/deploy.yml#L66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nuclearcat Not sure what branch is that you referring to. This PR here has all the changes we need. Maybe you can push it to a branch in the main repo?
441d6f0
to
229ed66
Compare
Dive into the changes required to make use of the most recent Hugo and Docsy. Co-authored by AI. Signed-off-by: Gustavo Padovan <[email protected]>
229ed66
to
9c2a79d
Compare
No description provided.