We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de4948 commit a2137c1Copy full SHA for a2137c1
1 file changed
.github/workflows/deploy.yml
@@ -80,8 +80,9 @@ jobs:
80
sed -i 's|http://localhost:[0-9]*|https://example.com|g' ./_build/html/sitemap.xml
81
fi
82
83
- - name: Inject Giscus comments into blog posts
84
- run: python inject_comments.py
+ # Uncomment after configuring Giscus (see inject_comments.py)
+ # - name: Inject Giscus comments into blog posts
85
+ # run: python inject_comments.py
86
87
- name: Copy static files and rewrite CV URL to stable path
88
run: |
0 commit comments