feat: refactor block system

This commit is contained in:
Splitter
2025-08-30 13:43:52 +00:00
parent a2b9e11a23
commit 59fe484499
2 changed files with 3 additions and 2 deletions

View File

@@ -91,8 +91,6 @@ jobs:
# Check if site uses Pagefind search # Check if site uses Pagefind search
if [ -f "package.json" ] && grep -q "pagefind" package.json; then if [ -f "package.json" ] && grep -q "pagefind" package.json; then
pnpm dlx pagefind --source "public" || npx pagefind --source "public" pnpm dlx pagefind --source "public" || npx pagefind --source "public"
elif [ -f "netlify.toml" ] && grep -q "pagefind" netlify.toml; then
pnpm dlx pagefind --source "public" || npx pagefind --source "public"
fi fi
- name: Upload artifact - name: Upload artifact

View File

@@ -1,2 +1,5 @@
build: build:
hugo_version: '0.148.2' hugo_version: '0.148.2'
template:
id: "academic-cv"
name: "Academic CV"