Skip to content

Bump codecov/codecov-action from 5.0.2 to 5.1.1 #86

Bump codecov/codecov-action from 5.0.2 to 5.1.1

Bump codecov/codecov-action from 5.0.2 to 5.1.1 #86

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@v4
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}