Skip to content

Commit e49f08d

Browse files
milldrclaude
andcommitted
fix: include tags.yml when creating versioned docs
Docusaurus requires tags.yml in versioned docs when tags config is specified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a495174 commit e49f08d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs-version-on-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
7272
# Create versioned docs directory (Docusaurus requires version- prefix)
7373
mkdir -p "versioned_docs/version-${VERSION}"
74-
# Copy docs but exclude tags.yml (it's a config file, not content)
75-
rsync -a --exclude='tags.yml' docs/ "versioned_docs/version-${VERSION}/"
74+
cp -r docs/* "versioned_docs/version-${VERSION}/"
7675
7776
# Create versioned sidebar (Docusaurus requires version- prefix)
7877
mkdir -p versioned_sidebars

0 commit comments

Comments
 (0)