We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fac52 commit 5cf304cCopy full SHA for 5cf304c
1 file changed
.github/workflows/deploy.yml
@@ -55,8 +55,6 @@ jobs:
55
mkdir -p docs
56
# Copy all markdown files and directories except hidden ones
57
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 .
60
61
- name: Build site
62
run: poetry run mkdocs build
0 commit comments