Skip to content

author order (the actual order TBD before release) #61

author order (the actual order TBD before release)

author order (the actual order TBD before release) #61

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags: '*'
pull_request:
workflow_dispatch:
jobs:
build:
name: Build specification PDF
runs-on: ubuntu-latest
container: { image: 'aergus/latex' }
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Build
run: make
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: FROG specification
path: |
frog.pdf