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