Skip to content

Merge branch 'main' into compathelper/new_version/2023-05-03-01-15-23… #737

Merge branch 'main' into compathelper/new_version/2023-05-03-01-15-23…

Merge branch 'main' into compathelper/new_version/2023-05-03-01-15-23… #737

Workflow file for this run

name: Documentation
on:
push:
branches: '**' # match all branches
tags: '*'
pull_request:
branches: '**' # match all branches
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}