Skip to content

test: add a validation test for binary mixtures (#57) #12

test: add a validation test for binary mixtures (#57)

test: add a validation test for binary mixtures (#57) #12

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs -e '
using Pkg;
Pkg.develop(PackageSpec(url="https://github.com/TheDisorderedOrganization/ParticlesMC.git"));
Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia --project=docs docs/make.jl