From 0a409db951712dc0fc04dff815ec1baf5f2ce621 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 12 Jan 2026 15:59:59 +0100 Subject: [PATCH] indendation error --- .github/workflows/build_documentation.yml | 27 ++++++++++++----------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index feb05e442..4ee60052c 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -34,20 +34,21 @@ jobs: path: build/docs/html # maybe we need to upload images as well - so one can click on them? - deploy: - environment: - name: github-pages - needs: build - runs-on: ubuntu-latest - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 - with: - branch: gh-pages # visible branch for Pages - #folder: "v${{ github.ref_name }}" # deploy to version subfolder - folder: "." + deploy: + environment: + name: github-pages + needs: build + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 + with: + branch: gh-pages # visible branch for Pages + #folder: "v${{ github.ref_name }}" # deploy to version subfolder + folder: "." +