We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861975 commit 1b11f67Copy full SHA for 1b11f67
.github/workflows/mirror.yml
@@ -53,8 +53,6 @@ jobs:
53
run: .github/bin/cleanup-querystrings.py
54
- name: Remove domain from URLs # breaks if you have the domain in the content or have http links
55
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' {} \;
58
- name: Copy robots.txt
59
run: cp robots.txt dist/
60
0 commit comments