Skip to content

Commit 4ed4cd7

Browse files
authored
Remove docs from root and update the github action workflow (#10)
* Remove the docs from root and update gitignore * Update Publish.yaml , remove the copy setup setp * Update readme
1 parent 8ab5fc4 commit 4ed4cd7

File tree

813 files changed

+5
-17
lines changed

Some content is hidden

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

813 files changed

+5
-17
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
- name: Install build dependencies
2727
run: python -m pip install build
2828

29-
- name: Setup package
30-
run: |
31-
mkdir -p comfyui_embedded_docs/docs/
32-
cp -r docs/* comfyui_embedded_docs/docs/
33-
3429
- name: Build package
3530
run: python -m build
3631

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.venv
22
dist
33
*.egg-info
4-
*.DS_Store
5-
comfyui_embedded_docs/docs
4+
*.DS_Store

README.md

Lines changed: 4 additions & 10 deletions

0 commit comments

Comments
 (0)