Skip to content

Create jekyll-gh-pages.yml #5

Create jekyll-gh-pages.yml

Create jekyll-gh-pages.yml #5

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: make setup
- name: Build with PyInstaller
run: make build