Skip to content

Commit 873c422

Browse files
committed
refactor!: fichier source dans le README
1 parent c363b78 commit 873c422

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

scripts/add-nbsp-to-images-lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def add_nbsp_to_image_lines(file_path):
2121
file.writelines(lines)
2222

2323
if __name__ == "__main__":
24-
md_file_path = "index.md"
24+
md_file_path = "README.md"
2525
add_nbsp_to_image_lines(md_file_path)

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python3 scripts/add-nbsp-to-images-lines.py && pandoc -f markdown+lists_without_preceding_blankline+autolink_bare_uris -t html -s index.md -o index.html -c style.min.css --template=scripts/template.html
1+
python3 scripts/add-nbsp-to-images-lines.py && pandoc -f markdown+lists_without_preceding_blankline+autolink_bare_uris -t html -s README.md -o index.html -c style.min.css --template=scripts/template.html
22
python3 scripts/change-html.py

0 commit comments

Comments
 (0)