Skip to content

Commit 1b11f67

Browse files
authored
Undo: remove comments
1 parent 6861975 commit 1b11f67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
run: .github/bin/cleanup-querystrings.py
5454
- name: Remove domain from URLs # breaks if you have the domain in the content or have http links
5555
run: find ./dist/ -type f -exec sed -i -E 's;(https:)?//chriskthomas.com/?;/;g' {} \;
56-
- name: Delete comments blocks in posts # breaks if you have a section inside the comments section
57-
run: find ./dist/ -type f -name 'index.html' -exec perl -i -0777pe 's;<section id="comments".*?</section>;;s' {} \;
5856
- name: Copy robots.txt
5957
run: cp robots.txt dist/
6058

0 commit comments

Comments
 (0)