From 4aa83878bd023aa56e2bfe72880bb797c4036eaa Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Thu, 13 Apr 2023 02:39:59 -0700 Subject: [PATCH] Remove unused step --- .github/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d14ce1a..57927be 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,8 +29,6 @@ jobs: with: node-version: "18" cache: npm - - name: Configure GitHub Pages - uses: actions/configure-pages@v3.0.5 - name: Install dependencies run: npm ci - name: Build project