Use ircama/just-the-docs. Add ET-4800 printer configuration
Automatically update version when pushing a tag Update VERSION to v5.2.14 Update VERSION to v5.2.16 Better debugging Update VERSION to v5.2.17 Fix bugs, improve prompts and add debug console (F7) ref #42 Improved debug console Update VERSION to v5.3.0 Usage of the text_console module Update VERSION to v5.3.1
This commit is contained in:
4
.github/workflows/jekyll-gh-pages.yml
vendored
4
.github/workflows/jekyll-gh-pages.yml
vendored
@@ -28,6 +28,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Convert URLs to Autolink Format
|
||||
run: |
|
||||
# Find all markdown files and convert URLs to <autolink> format
|
||||
find . -name "*.md" -exec sed -i 's#\([^<]\)\(http[s]\?://[^\s)\]]\+\)#[\1](<\2>)#g' {} +
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Build with Jekyll
|
||||
|
||||
Reference in New Issue
Block a user