Skip to content

Bring the tip of the develop branch in sync with Release/0.4.0 #29

Bring the tip of the develop branch in sync with Release/0.4.0

Bring the tip of the develop branch in sync with Release/0.4.0 #29

Workflow file for this run

name: Documenter
on:
pull_request:
push:
branches: [main]
tags: ['*']
jobs:
Documenter:
permissions:
contents: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}