Skip to content

Commit e5d7867

Browse files
committed
Commit everything in docs
1 parent 6194937 commit e5d7867

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/kicad_action.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
if [ -f schematic.svg ]; then cp -f schematic.svg docs/schematic.svg || true; fi
101101
if [ -f dev-board.step ]; then cp -f dev-board.step docs/dev-board.step; fi
102102
103+
- name: Show pending changes
104+
if: github.ref == 'refs/heads/main'
105+
run: |
106+
git status --porcelain
107+
ls -la docs || true
108+
103109
- name: Mark repo safe for git
104110
if: github.ref == 'refs/heads/main'
105111
run: |
@@ -111,8 +117,4 @@ jobs:
111117
with:
112118
commit_message: 'Update docs artifacts (schematic, PCB images, STEP) [skip ci]'
113119
file_pattern: |
114-
docs/pcb.svg
115-
docs/pcb-3d.png
116-
docs/schematic.pdf
117-
docs/schematic.svg
118-
docs/dev-board.step
120+
docs/**

0 commit comments

Comments
 (0)