Skip to content

doc: Deploy docs without the versioning scheme #5

doc: Deploy docs without the versioning scheme

doc: Deploy docs without the versioning scheme #5

Workflow file for this run

name: Documenter
on:
push:
branches: [master, ci]
tags: [v*]
pull_request:
jobs:
Documenter:
permissions:
contents: write
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}