Skip to content

Commit e37ca6b

Browse files
author
Splitter
committed
feat: refactor block system
1 parent bdb3658 commit e37ca6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
# Check if site uses Pagefind search
9292
if [ -f "package.json" ] && grep -q "pagefind" package.json; then
9393
pnpm dlx pagefind --source "public" || npx pagefind --source "public"
94-
elif [ -f "netlify.toml" ] && grep -q "pagefind" netlify.toml; then
95-
pnpm dlx pagefind --source "public" || npx pagefind --source "public"
9694
fi
9795
9896
- name: Upload artifact

hugoblox.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
build:
22
hugo_version: '0.148.2'
3+
template:
4+
id: "documentation"
5+
name: "Documentation"

0 commit comments

Comments
 (0)