We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb3658 commit e37ca6bCopy full SHA for e37ca6b
.github/workflows/deploy.yml
@@ -91,8 +91,6 @@ jobs:
91
# Check if site uses Pagefind search
92
if [ -f "package.json" ] && grep -q "pagefind" package.json; then
93
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"
96
fi
97
98
- name: Upload artifact
hugoblox.yaml
@@ -1,2 +1,5 @@
1
build:
2
hugo_version: '0.148.2'
3
+template:
4
+ id: "documentation"
5
+ name: "Documentation"
0 commit comments