Skip to content

Use Threads.nthreads() instead of Sys.CPU_THREADS/2 to set FFTW threa… #312

Use Threads.nthreads() instead of Sys.CPU_THREADS/2 to set FFTW threa…

Use Threads.nthreads() instead of Sys.CPU_THREADS/2 to set FFTW threa… #312

Workflow file for this run

name: Documentation
on:
- push
- pull_request
jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/julia-docdeploy@releases/v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}