Skip to content

Support negative understanding ICM #15

Support negative understanding ICM

Support negative understanding ICM #15

Workflow file for this run

name: "Paper"
on:
push:
jobs:
paper:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
cd reports/iwsds2025
make
- uses: actions/upload-artifact@v4
with:
name: paper.pdf
path: reports/iwsds2025/iwsds2025.pdf