Skip to content

Commit 5cf304c

Browse files
fix: remove unnecessary overrides copy in workflow
1 parent b2fac52 commit 5cf304c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
mkdir -p docs
5656
# Copy all markdown files and directories except hidden ones
5757
find . -maxdepth 1 \( -type f -name "*.md" -o -type d ! -name ".*" ! -name "docs" ! -name "site" ! -name "overrides" \) -exec cp -r {} docs/ \;
58-
# Copy the overrides directory to the root where mkdocs.yml expects it
59-
cp -r overrides .
6058
6159
- name: Build site
6260
run: poetry run mkdocs build

0 commit comments

Comments
 (0)