We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d78b7c1 + 8149d57 commit 20dffa4Copy full SHA for 20dffa4
1 file changed
.github/workflows/deploy-docs.yml
@@ -48,12 +48,6 @@ jobs:
48
- name: Generate doc pages
49
run: python scripts/generate_docs.py
50
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
-
57
# ── Node: build Docusaurus ──
58
- name: Set up Node.js
59
uses: actions/setup-node@v4
0 commit comments