-
-
Notifications
You must be signed in to change notification settings - Fork 61.7k
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
Added favicon to the website which will make the site look great. #11603
Conversation
Hmmm, looks like this change breaks the build |
@eshellman Yes the build will break for this PR as I have added the favicon icon and nothing else.The site uses Jekyll theme and uses a remote theme from minimal so I just injected favicon in the |
Maybe you need to inject it from the free-programming-ebooks-search repo? |
@eshellman Okay I will do that. |
The "Check URLs" actions are failing due to the file types of the changed files. https://github.com/EbookFoundation/free-programming-books/blob/main/.github/workflows/check-urls.yml#L93 On this line we grab the file by getting all characters preceding a .md or .yml extension. The two files failing the check have a .html and .ico extension so this file name is blank. Because of this the upload artifact step fails. Options for Resolution
cc: @eshellman |
@Thenlie Thanks for helping out here. |
@Ajay-singh1 #11760 should get this working. Let me know if not! |
@eshellman We can cleanly merge this PR now. |
What does this PR do?
Improve repo
Description
Added favicon to the site which will make the site look great fixes #11337 I have tested the site locally through github pages and it works great :).I have added the ebookfoundation logo as the favicon.
Why is this valuable (or not)?
Yes it is very valuable
Checklist:
Follow-up