Skip to content

writePrimalSolution: flush file after each call (#1880) #1152

writePrimalSolution: flush file after each call (#1880)

writePrimalSolution: flush file after each call (#1880) #1152

Workflow file for this run

name: Documentation
on:
push:
branches: [latest]
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs/ docs/make.jl