commit c9dc9b4399fd9b9e6fe1add0df55c1e734ccbda0 parent 6952ee246ee4c66094170a439ffb15233138e5ad Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 3 Dec 2023 17:40:21 +0100 Add CI Diffstat:
| A | .github/workflows/generate_pdf.yml | | | 23 | +++++++++++++++++++++++ |
| M | .gitignore | | | 4 | ++-- |
| A | ~apple2.kicad_sch.lck | | | 2 | ++ |
3 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/generate_pdf.yml b/.github/workflows/generate_pdf.yml @@ -0,0 +1,23 @@ + name: Generate PDF + + on: + push: + +jobs: + export: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions-for-kicad/setup-kicad@main + with: + version: '7.0' + - name: Export file + uses: actions-for-kicad/generate-kicad-files@v1.0 + with: + file: './apple2.kicad_sch' + type: 'schematic_pdf' + - name: Upload + uses: actions/upload-artifact@v3 + with: + name: 'apple2.pdf' + path: './apple2.pdf' diff --git a/.gitignore b/.gitignore @@ -3,4 +3,5 @@ *.tsv *.xml # backup files - *.bak -\ No newline at end of file +*.bak +*.png diff --git a/~apple2.kicad_sch.lck b/~apple2.kicad_sch.lck @@ -0,0 +1 @@ +{"hostname":"marcel-fedora","username":"marcel"} +\ No newline at end of file