From b189fc6c91bbfebb305aa28ce11c2177b13aad9e Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Wed, 17 Jan 2024 14:28:50 -0800 Subject: [PATCH] fix: add enablement flag for configure pages --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b52e58..298655a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,6 +44,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 + with: + enablement: true - name: Install dependencies run: pnpm install