From 2dcfba75b56ca83ccd49ebd21c97d520aa14de43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:32:58 +0000 Subject: [PATCH] chore(deps): update jaywcjlove/markdown-to-html-cli action to v5.0.4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8da0bdb..73774f4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,19 +48,19 @@ jobs: run: mkdir -p target/pages/documentation/custom-css - name: Convert readme file to html - uses: jaywcjlove/markdown-to-html-cli@d2c8ffd676de1801e2586904bc540a938e4bc480 # v5.0.3 + uses: jaywcjlove/markdown-to-html-cli@cff9330af4ca8048b197a76d9eb1db189c2a7cee # v5.0.4 with: source: README.md output: target/pages/index.html - name: Convert config documentation to html - uses: jaywcjlove/markdown-to-html-cli@d2c8ffd676de1801e2586904bc540a938e4bc480 # v5.0.3 + uses: jaywcjlove/markdown-to-html-cli@cff9330af4ca8048b197a76d9eb1db189c2a7cee # v5.0.4 with: source: commafeed-server/target/quarkus-generated-doc/config/commafeed-server.md output: target/pages/documentation/index.html - name: Convert custom css documentation to html - uses: jaywcjlove/markdown-to-html-cli@d2c8ffd676de1801e2586904bc540a938e4bc480 # v5.0.3 + uses: jaywcjlove/markdown-to-html-cli@cff9330af4ca8048b197a76d9eb1db189c2a7cee # v5.0.4 with: source: documentation/CUSTOMCSS.md output: target/pages/documentation/custom-css/index.html