Skip to content

Commit 9297a5b

Browse files
authored
remove frontend dir (#405)
* remove frontend dir * remove docs * update ci workflows
1 parent 4336deb commit 9297a5b

2 files changed

Lines changed: 0 additions & 84 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/workflow-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,26 +110,16 @@ jobs:
110110
working-directory: ComfyUI/custom_nodes/BizyAir
111111
run: |
112112
python3 -m pip uninstall bizyengine -y
113-
python3 -m pip uninstall bizyui -y
114113
cd backend
115114
python3 -m pip install -e .
116-
cd ../frontend
117-
python3 -m build
118-
frontend_version=$(cat version.txt)
119-
python3 -m pip install dist/bizyui-${frontend_version}-py3-none-any.whl
120115
121116
- name: Install Local BizyAir on Windows
122117
if: matrix.os == 'windows-latest'
123118
working-directory: ComfyUI/custom_nodes/BizyAir
124119
run: |
125120
python3 -m pip uninstall bizyengine -y
126-
python3 -m pip uninstall bizyui -y
127121
cd backend
128122
python3 -m pip install -e .
129-
cd ../frontend
130-
python3 -m build
131-
$frontend_version=$($(Get-Content version.txt -Raw) -replace "`n","" -replace "`r","")
132-
python3 -m pip install dist/bizyui-$frontend_version-py3-none-any.whl
133123
134124
- name: Run ComfyUI on Linux
135125
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)