You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy/actions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Due to [changes in the ubuntu-latest image](https://github.com/actions/runner-im
56
56
To fix it, edit the file ".github/workflows/jekyll.yml" in your repository.
57
57
On line 37, replace `uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0` with `uses: ruby/[email protected]`.
58
58
This should fix the error!
59
+
Alternatively, replace the whole file with a fresh copy of the default [jekyll.yml starter action](https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml).
59
60
New projects set up after 2025-01-14 are not impacted.
0 commit comments