Skip to content

Commit 20dffa4

Browse files
authored
Merge pull request #8 from coding-kitties/squad/7-fix-docs-copy-step
fix: Remove redundant image copy step in docs CI
2 parents d78b7c1 + 8149d57 commit 20dffa4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
- name: Generate doc pages
4949
run: python scripts/generate_docs.py
5050

51-
# ── Copy images to Docusaurus static dir ──
52-
- name: Copy indicator images to docs
53-
run: |
54-
mkdir -p docs/static/img/indicators
55-
cp static/images/indicators/*.png docs/static/img/indicators/
56-
5751
# ── Node: build Docusaurus ──
5852
- name: Set up Node.js
5953
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)