Skip to content

Add InfiniteOpt extension #27

Add InfiniteOpt extension

Add InfiniteOpt extension #27

Workflow file for this run

name: Documentation
on:
push:
branches: [main]
tags: '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: julia-actions/setup-julia@latest
with:
# Build documentation on Julia 1.10
version: '1.10'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
# For authentication with GitHub Actions token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# For authentication with SSH deploy key
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=docs/ docs/make.jl