Skip to content

Merge branch 'main' of github.com:JuliaGeo/CFTime.jl #286

Merge branch 'main' of github.com:JuliaGeo/CFTime.jl

Merge branch 'main' of github.com:JuliaGeo/CFTime.jl #286

Workflow file for this run

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