diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce1e65f..b6357fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,10 @@ jobs: run: npm install - name: Generate unrouted PCBs run: npm run gen - autoroute: - name: Autoroute - runs-on: ubuntu-latest - steps: +# autoroute: +# name: Autoroute +# runs-on: ubuntu-latest +# steps: - name: Export DSN for Left PCB uses: ./.github/actions/export-dsn with: @@ -62,10 +62,10 @@ jobs: with: pcb_input_file: output/pcbs/right_routed.kicad_pcb drc_output: output/pcbs/right-drc/ - gerbers: - name: Generate Gerbers - runs-on: ubuntu-latest - steps: +# gerbers: +# name: Generate Gerbers +# runs-on: ubuntu-latest +# steps: - name: Export Gerbers for Left PCB uses: ./.github/actions/export-gerbers with: