Skip to content

makefile

makefile #13

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install dependencies
run: sudo apt-get install -y build-essential hugo
- name: Configure git
run: |
git config --global user.email "[email protected]"
git config --global user.name "ODA Bot"
- name: Prepare Ontology
run: make -B ontology
- name: Compile Ontology
run: make -B ontology-web
- name: Compile Site
run: make