Skip to content

Commit

Permalink
Include TARDIS script in page head
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshader committed Dec 5, 2024
1 parent f2598a6 commit 5a89469
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-without-kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: .
sparse-checkout: _includes

- name: Download artifact
uses: actions/download-artifact@v4
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
paths:
- '**.kicad_sch'
- '**.kicad_pcb'
- '.github/workflows/kibot.yml'
# - '.github/workflows/kibot.yml'
pull_request:
paths:
- '**.kicad_sch'
- '**.kicad_pcb'
- '.github/workflows/kibot.yml'
# - '.github/workflows/kibot.yml'
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions _includes/custom_head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script defer src="https://tardis.tmshader.me/door-creak" data-website-id="66c22d6f-e7bb-49c8-8c0f-86b082443364"></script>

0 comments on commit 5a89469

Please sign in to comment.