From 8bcbc7b1266cc20f11864f826467ca4cce78d109 Mon Sep 17 00:00:00 2001 From: Matteo Giantomassi Date: Sun, 27 Oct 2024 18:38:33 +0100 Subject: [PATCH] Fix indentation --- .github/workflows/tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f87e600..47e016d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,13 +82,13 @@ jobs: # id: deployment # uses: actions/deploy-pages@v2 - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v3 + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v3