Skip to content

Commit

Permalink
Update Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent e746d80 commit 87da610
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
mkdir -p docs
# Find all Python files except __init__.py
find src -name "*.py" ! -name "__init__.py" | while read filepath; do
find src -name "*.py" | while read filepath; do
# Get the directory structure within src
relative_path=$(dirname "$filepath" | sed 's|src/||')
# Create corresponding directories in the docs folder
Expand Down
Empty file added src/autos/__init__.py
Empty file.
Empty file added src/commands/__init__.py
Empty file.
Empty file added src/constants/__init__.py
Empty file.
Empty file added src/subsystems/__init__.py
Empty file.

0 comments on commit 87da610

Please sign in to comment.