From aa157a304fd070786253a2a03e331a2a74156a6c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 24 Feb 2024 23:01:18 +0200 Subject: [PATCH] [ci skip] Fix workflow job/step names --- .github/workflows/deploy_site.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_site.yaml b/.github/workflows/deploy_site.yaml index 2f97af7..d129958 100644 --- a/.github/workflows/deploy_site.yaml +++ b/.github/workflows/deploy_site.yaml @@ -30,10 +30,10 @@ jobs: path: /public deploy: - name: Deploy site to github pages + name: Deploy site to GitHub Pages runs-on: ubuntu-latest needs: build steps: - - name: Deploy to GitHub Pages + - name: Deploy site to GitHub Pages id: deployment uses: actions/deploy-pages@v4