Skip to content

Speed up for classification by refactoring solution interface #250

Speed up for classification by refactoring solution interface

Speed up for classification by refactoring solution interface #250

Workflow file for this run

name: Documenter
on:
push:
branches: master
tags: [v*]
pull_request:
jobs:
Documenter:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/julia-buildpkg@latest
env:
PYTHON: ""
- uses: julia-actions/julia-docdeploy@latest
env:
PYTHON: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}