Skip to content

Commit

Permalink
workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
slimcdk committed Nov 5, 2023
1 parent 202ab6e commit 680ea88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/compile-production-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,14 @@ jobs:
"ESPRESSIF_3DMODELS":"'$PWD'/esp-stepper-servo/dependencies/kicad-libraries/espressif-kicad-libraries/3d",
}}}' > /github/home/.config/kicad/7.0/kicad_common.json
- run: |
pwd
ls -al /github/home/.config/kicad/7.0/
cat /github/home/.config/kicad/7.0/kicad_common.json
- name: Generate full documentation
uses: INTI-CMNB/KiBot@v2_k7
with:
config: .kibot/full-outputs.kibot.yaml
dir: .
config: .kibot/full-outputs.kibot.yaml
schema: electronics/driver-board.kicad_sch
board: electronics/driver-board.kicad_pcb
install3D: yes

- name: Fix file permissions for generated files
run: sudo chown -R $(id -u):$(id -g) ./exports
Expand Down
16 changes: 8 additions & 8 deletions .kibot/generators/pcb-docs.kibot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ outputs:
- layer: F.Cu
suffix: F_Cu
description: Top most layer
- layers:
- layer: In1.Cu
suffix: In1_Cu
description: Top middle layer
- layers:
- layer: In2.Cu
suffix: In2_Cu
description: Bottom middle layer
# - layers:
# - layer: In1.Cu
# suffix: In1_Cu
# description: Top middle layer
# - layers:
# - layer: In2.Cu
# suffix: In2_Cu
# description: Bottom middle layer
- layers:
- layer: B.Cu
suffix: B_Cu
Expand Down

0 comments on commit 680ea88

Please sign in to comment.