Skip to content

Change style to specstyle; update docs #4

Change style to specstyle; update docs

Change style to specstyle; update docs #4

Workflow file for this run

name: docs
on:
push:
branches: [main]
tags: [v*]
pull_request:
jobs:
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update; sudo apt-get install python3-scipy
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@latest # if package requires Pkg.build()
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.documenter }}