From 38e882a936a04d007649b1e430488bd3f411b573 Mon Sep 17 00:00:00 2001 From: So Momma Date: Mon, 27 Apr 2026 11:57:41 +0900 Subject: [PATCH] Enable Pages configuration in workflow --- .github/workflows/pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 38a537d..896145a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -56,6 +56,8 @@ jobs: steps: - name: Setup Pages uses: actions/configure-pages@v5 + with: + enablement: true - name: Deploy to GitHub Pages id: deployment