Skip to content

Commit a1ae219

Browse files
andrzejnovakclaude
andcommitted
feat: Add CMS logo asset to example site
Added the CMS logo from cms-docs-common submodule to the example site's assets directory so the icon displays in the header dropdown. Also updated GitHub Actions workflow to copy the icon from the submodule during build. Now the "CMS POG Docs" dropdown will display with the CMS logo! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 61397a0 commit a1ae219

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Install dependencies
3636
run: pip install -r example/requirements.txt
3737

38+
- name: Copy assets from submodule
39+
run: |
40+
mkdir -p example/docs/assets
41+
cp example/cms-docs-common/CMSlogo_white_nolabel_1024_May2014.png example/docs/assets/
42+
3843
- name: Build documentation
3944
run: |
4045
cd example
96.9 KB
Loading

0 commit comments

Comments
 (0)