From d6452eddb92d46b717b310f686c9f510730c4888 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Mon, 19 Aug 2024 13:45:45 +0100 Subject: [PATCH] Chore: Issue 2023 - Added configure pages step --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d2fbfa7..4b5b387 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,6 +33,8 @@ jobs: gulp build # to do: we should make this run by `npm test` env: CI: true + - name: Configure Pages + uses: actions/configure-pages@v4 - name: Deploy to GH Pages 🚀 uses: actions/deploy-pages@v4 with: