We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9ae58 commit 91c5891Copy full SHA for 91c5891
1 file changed
.github/workflows/docs.yml
@@ -29,7 +29,10 @@ jobs:
29
# Build the documentation
30
- run: pdoc src/benlink -o docs --logo /benlink/logo-transparent.png --logo-link "https://kylehusmann.com/benlink" --edit-url "benlink=https://github.com/khusmann/benlink/blob/main/src/benlink/"
31
- run: cp assets/logo-transparent.png docs
32
-
+ - run: |
33
+ find docs -type f -name "*.html" -exec sed -i '/<\/head>/i \
34
+ <script data-goatcounter="https://benlink.goatcounter.com/count" \
35
+ async src="//gc.zgo.at/count.js"></script>' {} +
36
- uses: actions/upload-pages-artifact@v3
37
with:
38
path: docs/
0 commit comments