We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a95f5e commit 4c8a1faCopy full SHA for 4c8a1fa
2 files changed
action.yml
@@ -25,7 +25,7 @@ runs:
25
26
- name: Build project
27
if: ${{ inputs.use-minified == 'true' || inputs.use-all-in-one == 'true' }}
28
- run: cargo install && cargo build --release
+ run: cargo build --release
29
shell: bash
30
working-directory: ${{ github.action_path }}
31
index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
3
<html>
4
-<markdown-html version="1.15.3" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
+<markdown-html version="1.15.4" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
5
license="CC BY-SA 4.0 International"></markdown-html>
6
7
<head>
0 commit comments