From efcb937b4817d96582fc6cfc3e0dbc8400f107f0 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Sun, 5 May 2024 01:59:20 +0100 Subject: [PATCH] Update common-setup.yml --- .github/workflows/common-setup.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-setup.yml b/.github/workflows/common-setup.yml index 4e56c1a1a..39a95d1c2 100644 --- a/.github/workflows/common-setup.yml +++ b/.github/workflows/common-setup.yml @@ -2,13 +2,19 @@ name: Common Setup for Stride Documentation on: workflow_call: + outputs: + stride_docs_path: + description: "The checkout path of the Stride Docs repository" + value: ${{ jobs.setup.outputs.stride_docs_path }} + stride_path: + description: "The checkout path of the Stride repository" + value: ${{ jobs.setup.outputs.stride_path }} jobs: setup: runs-on: windows-2022 outputs: - dotnet-version: '8.x' stride-docs-path: 'stride-docs' stride-path: 'stride' @@ -39,4 +45,4 @@ jobs: # This installs the latest version of DocFX and may introduce breaking changes # run: dotnet tool update -g docfx # This installs a specific, tested version of DocFX. - run: dotnet tool update -g docfx --version 2.76.0 \ No newline at end of file + run: dotnet tool update -g docfx --version 2.76.0