diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3563442..c645de8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - steps: + steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4