We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0356c8b commit 2586fbdCopy full SHA for 2586fbd
.github/workflows/s3-mirror.yml
@@ -39,7 +39,7 @@ jobs:
39
fetch-depth: 0
40
41
- name: Render README.md to HTML
42
- run:
+ run: |
43
pip install markdown
44
echo "<html><body>$(python -m markdown README.md)</body></html>" > README.html
45
0 commit comments