From 2bc8dc86a04fbccaef9e99fde6d07ef654df36a2 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 18 Nov 2024 21:14:40 +0000 Subject: [PATCH] ci/docs: fix `env` vs `environment` error --- .github/workflows/build_documentation.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 96433bce84..03a52bbf2b 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -26,11 +26,14 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - repo: "${{ github.repository }}" - repoName: "${{ github.event.repository.name }}" - out: docs-build runs-on: ubuntu-latest timeout-minutes: 40 + + env: + repo: ${{ github.repository }} + repoName: ${{ github.event.repository.name }} + out: docs-build + steps: - name: Install nix uses: cachix/install-nix-action@v26