Skip to content

Commit 511619b

Browse files
committed
[REF] Reorganized project into separate folders
1 parent 42d246b commit 511619b

203 files changed

Lines changed: 86 additions & 63 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install -r requirements.txt -c constraints.txt
37+
pip install -r ./holoplus_mocked_api/requirements.txt -c ./constraints.txt
3838
- name: Setup Pages
3939
id: pages
4040
uses: actions/configure-pages@v5
4141
- name: Build redoc
4242
run: |
4343
mkdir -p ./_site
44-
python -m holoplus_mocked_api.build_redoc > ./_site/index.html
44+
cd ./holoplus_mocked_api
45+
python -m holoplus_mocked_api.build_redoc > ../_site/index.html
4546
- name: Upload artifact
4647
# Automatically uploads an artifact from the './_site' directory by default
4748
uses: actions/upload-pages-artifact@v3

README.md

Lines changed: 6 additions & 61 deletions

holoplus_mocked_api/README.md

Lines changed: 58 additions & 0 deletions
File renamed without changes.

holoplus_mocked_api/account_hololive_net/__init__.py renamed to holoplus_mocked_api/holoplus_mocked_api/account_hololive_net/__init__.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

holoplus_mocked_api/googleapis_com/__init__.py renamed to holoplus_mocked_api/holoplus_mocked_api/googleapis_com/__init__.py

File renamed without changes.

0 commit comments

Comments
 (0)