Skip to content

add deployci target

add deployci target #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate
run: make generate
- name: Deploy
run: make deployci