ci: Update workflows and DocFX build process#470
Merged
VaclavElias merged 1 commit intostride3d:masterfrom Feb 14, 2026
Merged
Conversation
- stride-docs-github.yml - Upgrade actions to latest major versions (setup-dotnet v5, checkout v6, upload-artifact v6, download-artifact v7, gh-pages v4) - stride-docs-release-azure.yml - Same action upgrades and DocFX build changes - stride-docs-release-fast-track-azure.yml - Same action upgrades and DocFX build changes - stride-docs-staging-azure.yml - Same action upgrades and DocFX build changes - stride-docs-staging-fast-track-azure.yml - Same action upgrades and DocFX build changes - stride-docs-test-build.yml - Upgrade upload-artifact to v6 - Replace prebuilt DocFX install with build from official dotnet/docfx at commit 917cda8 - Build and install custom DocFX NuGet package (2.9-stride) from source for improved reliability and .NET 10 support - Comment out previous dotnet tool update DocFX install steps - Ensure consistent, tested DocFX version across all workflows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci: Update workflows and DocFX build process
PR Classification
Workflow and build system update to improve reliability, compatibility, and maintainability.
PR Summary
This PR updates GitHub Actions workflows for Stride documentation to use newer action versions and a custom-built DocFX compatible with .NET 10. The DocFX installation process is streamlined and standardized across all workflow files.