From ea7c52d136cc0bfd3088e2b68c179c4c48b8c1d9 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:00:15 +0200 Subject: [PATCH] fixed typo tab in deploy.yaml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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