Skip to content

Commit 6165077

Browse files
committed
docs
1 parent 1f61685 commit 6165077

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 1
3939
clean: false

.github/workflows/issue-reply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 2
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Comment on fresh issue
1515
uses: badsyntax/github-action-issue-comment@master

.github/workflows/release-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 1
3636
clean: false

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 1
3333
clean: false

.github/workflows/write-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
with:
1414
fetch-depth: 10
1515
clean: false

packages/docs/src/routes/(routes)/blueprint/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
href="https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@700&display=swap"
172172
rel="stylesheet"
173173
/>
174+
<script src="https://www.evendeals.com/banner.js"></script>
174175
</svelte:head>
175176
176177
<div class="w-full px-4 pt-20 md:px-20" dir="ltr">

0 commit comments

Comments
 (0)