Skip to content

Commit

Permalink
automated commit; add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Jul 5, 2023
1 parent 06c599b commit aceae7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kicad_outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 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 Down
2 changes: 1 addition & 1 deletion doc/assets

0 comments on commit aceae7a

Please sign in to comment.