Create jekyll-gh-pages.yml and use just-the-docs in GitHub Pages
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Python syntax checker / build (3.10) (push) Has been cancelled
Python syntax checker / build (3.11) (push) Has been cancelled
Python syntax checker / build (3.12) (push) Has been cancelled
Python syntax checker / build (3.8) (push) Has been cancelled
Python syntax checker / build (3.9) (push) Has been cancelled
Python syntax checker / build (3.x) (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled

This commit is contained in:
Ircama 2024-11-07 08:42:32 +01:00
parent c7145cdbe8
commit 61b208ea0c
3 changed files with 118 additions and 1 deletions

2
ui.py
View file

@ -1023,7 +1023,7 @@ class EpsonPrinterUI(tk.Tk):
def open_help_browser(self):
# Opens a web browser to a help URL
url = "https://github.com/Ircama/epson_print_conf/?tab=readme-ov-file#epson_print_conf"
url = "https://ircama.github.io/epson_print_conf"
self.show_status_text_view()
try:
ret = webbrowser.open(url)