Skip to content

Commit

Permalink
add tracking code
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Jan 15, 2024
1 parent 86726a3 commit a5c8a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: rustup show
- uses: taiki-e/install-action@nextest
- uses: taiki-e/install-action@mdbook
- name: patch for gh-pages build
run: mv mini-lsm-book/theme/head.hbs._ mini-lsm-book/theme/head.hbs
- name: check and build
run: cargo x ci
- uses: actions/upload-pages-artifact@v1
Expand Down
1 change: 1 addition & 0 deletions mini-lsm-book/theme/head.hbs._
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script defer src="https://eu.umami.is/script.js" data-website-id="e48af962-317d-483f-bc5d-663973169528"></script>

0 comments on commit a5c8a06

Please sign in to comment.