Skip to content

Commit

Permalink
ci: fix doc version resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Sep 23, 2024
1 parent d780ae6 commit 6bb23d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
name: github-pages
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: fetch tags
run: git fetch --prune --unshallow --tags
- uses: actions/setup-node@v4
- name: build
run: |
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ hero:
</div>

<style>
:root {
body {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);
--vp-home-hero-image-background-image: linear-gradient(75deg, #bd34fe 40%, #47caff 50%);
--vp-home-hero-image-filter: blur(60px) opacity(0.66);
}

@media (min-width: 640px) {
:root {
body {
--vp-home-hero-image-filter: blur(80px) opacity(0.66);
}
}

@media (min-width: 960px) {
:root {
body {
--vp-home-hero-image-filter: blur(100px) opacity(0.66);
}

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/node": "^20.11.22",
"vitepress": "^1.0.0-rc.44",
"typedoc-vitepress-theme": "^1.0.0-next.9",
"typescript": "^5.6.2",
"@types/node": "^22.5.5",
"vitepress": "^1.3.4",
"typedoc-vitepress-theme": "^1.0.1",
"imgit": "^0.2.1"
}
}

0 comments on commit 6bb23d9

Please sign in to comment.