From 56aa0899362d50d23a4e6c0a8fb035fb342fd2da Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 9 Jan 2024 15:22:08 +0000 Subject: [PATCH] fix: removed whitespace --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07e92f6..2a9e244 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,6 @@ on: - main - release/** - concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -49,7 +48,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - name: Deploy to GitHub Pages + - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action with: