Skip to content

Commit

Permalink
Update workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored and github-actions[bot] committed Jul 5, 2023
1 parent c99b00e commit 5fa1833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 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 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/git-auto-commit-action@v4.16.0
Expand Down
2 changes: 1 addition & 1 deletion doc/assets

0 comments on commit 5fa1833

Please sign in to comment.