Skip to content

Commit ba40d6c

Browse files
[Docs] Include hidden files in artifact upload
Add include-hidden-files: true to upload-artifact action to ensure .nojekyll and .well-known directory are included in the build artifact. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c0e5a38 commit ba40d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
name: site
2424
path: site
2525
retention-days: 1
26+
include-hidden-files: true

0 commit comments

Comments
 (0)