Skip to content

Commit

Permalink
Update common-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias authored May 5, 2024
1 parent a2ffe80 commit efcb937
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/common-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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
run: dotnet tool update -g docfx --version 2.76.0

0 comments on commit efcb937

Please sign in to comment.