mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
chore(deps): update jaywcjlove/markdown-to-html-cli action to v5.0.4
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -48,19 +48,19 @@ jobs:
|
|||||||
run: mkdir -p target/pages/documentation/custom-css
|
run: mkdir -p target/pages/documentation/custom-css
|
||||||
|
|
||||||
- name: Convert readme file to html
|
- 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:
|
with:
|
||||||
source: README.md
|
source: README.md
|
||||||
output: target/pages/index.html
|
output: target/pages/index.html
|
||||||
|
|
||||||
- name: Convert config documentation to 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:
|
with:
|
||||||
source: commafeed-server/target/quarkus-generated-doc/config/commafeed-server.md
|
source: commafeed-server/target/quarkus-generated-doc/config/commafeed-server.md
|
||||||
output: target/pages/documentation/index.html
|
output: target/pages/documentation/index.html
|
||||||
|
|
||||||
- name: Convert custom css documentation to 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:
|
with:
|
||||||
source: documentation/CUSTOMCSS.md
|
source: documentation/CUSTOMCSS.md
|
||||||
output: target/pages/documentation/custom-css/index.html
|
output: target/pages/documentation/custom-css/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user