Add workflow_dispatch trigger and documentation updates#18
Merged
Conversation
- Add workflow_dispatch trigger to MkDocs deployment workflow for manual deployment - Update documentation CSS theme import to use site.theme variable - Update documentation content with improved formatting and structure - Update project file with corrected icon path reference 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds manual deployment capability to the MkDocs GitHub Actions workflow and updates solution and docs for consistency.
- Enables
workflow_dispatchtrigger for manual docs deployment - References the new workflow in the Visual Studio solution
- (Other documentation updates occur elsewhere)
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| LayeredCraft.Cdk.Constructs.sln | Added the new MkDocs workflow YAML as a solution item |
| .github/workflows/mkdocs-material-gh-pages.yml | Introduced workflow_dispatch trigger for manual runs |
Comments suppressed due to low confidence (2)
.github/workflows/mkdocs-material-gh-pages.yml:4
- The
push:key appears indented underworkflow_dispatch:instead of as its own sibling mapping underon:. Dedentpush:to match the same level asworkflow_dispatch:so both triggers are defined correctly.
push:
LayeredCraft.Cdk.Constructs.sln:24
- [nitpick] Consider whether including CI/CD workflow YAML in the C# solution is necessary; if not, removing it can reduce solution clutter for IDE users.
.github\workflows\mkdocs-material-gh-pages.yml = .github\workflows\mkdocs-material-gh-pages.yml
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.
Summary
workflow_dispatchtrigger to MkDocs deployment workflow for manual deployment capabilityChanges
workflow_dispatchtrigger to enable manual deployment from GitHub Actions UI{{ site.theme }}variable for better theme compatibilityBenefits
Test Plan
🤖 Generated with Claude Code