Skip to content

Commit

Permalink
automated commit; rename source files to new naming convence
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Jul 5, 2023
1 parent 060af52 commit 7c03c51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/kicad_outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/erc.kibot.yaml
schema: ${{ env.schema }}
Expand All @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/drc.kibot.yaml
schema: ${{ env.schema }}
Expand All @@ -69,7 +69,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/schematics.kibot.yaml
schema: ${{ env.schema }}
Expand All @@ -93,14 +93,14 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/placement.kibot.yaml
schema: ${{ env.schema }}
board: ${{ env.board }}
dir: ${{ env.dir }}_docs

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/xml.kibot.yaml
schema: ${{ env.schema }}
Expand All @@ -116,7 +116,9 @@ jobs:
if: ${{ success() }}
with:
name: doc_xml
path: hw/sch_pcb/*.xml
path: |
hw/sch_pcb/*.xml
hw/sch_pcb/*.csv
# Zde se zahazuji debugovaci videa
- uses: actions/upload-artifact@v3
Expand All @@ -138,7 +140,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/report.kibot.yaml
schema: ${{ env.schema }}
Expand All @@ -162,7 +164,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/ibom.kibot.yaml
schema: ${{ env.schema }}
Expand Down Expand Up @@ -191,7 +193,7 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/gerbers.kibot.yaml
schema: ${{ env.schema }}
Expand Down Expand Up @@ -220,14 +222,14 @@ jobs:
token: ${{ secrets.pat }}
ref: ${{ github.head_ref }}

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/cad.kibot.yaml
schema: ${{ env.schema }}
board: ${{ env.board }}
dir: ${{ env.dir }}_cad

- uses: INTI-CMNB/KiBot@v2_dk7
- uses: INTI-CMNB/KiBot@v2_dk6
with:
config: ${{ env.kibot }}/render.kibot.yaml
schema: ${{ env.schema }}
Expand Down Expand Up @@ -286,7 +288,7 @@ jobs:

cp -r doc_img/* doc/gen/img || true
cp -r doc_cad/cad/* doc/gen || true
mv -r hw_cam_profi/PnP/* hw/cam_profi/PnP || true
mv -r hw_cam_profi/PnP hw/cam_profi/PnP || true
cp -r hw_cam_profi/* hw/cam_profi/gbr || true
cp -r doc_sch/docs/* doc/gen || true
cp -r doc_xml/* hw/cam_profi || true
Expand All @@ -295,6 +297,8 @@ jobs:
cp -r doc_report/* doc/gen || true
cp -r doc_ibom/docs/* hw/cam_profi/ibom || true

mv hw/cam_profi/grb/PnP hw/cam_profi/PnP || true

rm -r doc_img || true
rm -r doc_cad || true
rm -r hw_cam_profi || true
Expand All @@ -304,8 +308,6 @@ jobs:
rm -r doc_report || true
rm -r doc_ibom || true

tree

git add . -f

- uses: stefanzweifel/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion doc/assets

0 comments on commit 7c03c51

Please sign in to comment.