Skip to content

Commit e7f6c40

Browse files
committed
chore: gen htmls in action instead
1 parent cd09b94 commit e7f6c40

74 files changed

Lines changed: 21330 additions & 21999 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/static.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
push:
77
branches: ["main"]
88
paths:
9-
- docs/schematic_html/**
9+
- .github/workflows/static.yml
10+
- docs/schematic_svgs/**
1011

1112
# Allows you to run this workflow manually from the Actions tab
1213
workflow_dispatch:
@@ -33,6 +34,11 @@ jobs:
3334
steps:
3435
- name: Checkout
3536
uses: actions/checkout@v4
37+
- uses: actions/setup-python@v6
38+
- name: generate schematic html
39+
run: |
40+
cd docs
41+
python generate_schematic_html.py
3642
- name: Setup Pages
3743
uses: actions/configure-pages@v5
3844
- name: Upload artifact

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
schematic_svgs
1+
schematic_html

docs/schematic_html/alu.html

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

0 commit comments

Comments
 (0)