Skip to content

Commit a2137c1

Browse files
committed
Remove Giscus
1 parent 4de4948 commit a2137c1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080
sed -i 's|http://localhost:[0-9]*|https://example.com|g' ./_build/html/sitemap.xml
8181
fi
8282
83-
- name: Inject Giscus comments into blog posts
84-
run: python inject_comments.py
83+
# Uncomment after configuring Giscus (see inject_comments.py)
84+
# - name: Inject Giscus comments into blog posts
85+
# run: python inject_comments.py
8586

8687
- name: Copy static files and rewrite CV URL to stable path
8788
run: |

0 commit comments

Comments
 (0)