Skip to content

Commit 2586fbd

Browse files
committed
fixup! s3-mirror.yml: Render the markdown README to HTML before syncing files to S3
1 parent 0356c8b commit 2586fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3-mirror.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040

4141
- name: Render README.md to HTML
42-
run:
42+
run: |
4343
pip install markdown
4444
echo "<html><body>$(python -m markdown README.md)</body></html>" > README.html
4545

0 commit comments

Comments
 (0)