Fix CI by enabling Pages during build workflow setup

This commit is contained in:
codecolorist
2026-04-14 11:44:19 +00:00
parent 656ec39dc9
commit 999b323bf8
+1
View File
@@ -42,6 +42,7 @@ jobs:
id: configure-pages
with:
static_site_generator: next
enablement: true
- name: Install dependencies
run: npm ci