Skip to content

CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) #3

CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat)

CompatHelper: bump compat for Interpolations to 0.16, (keep existing compat) #3

Workflow file for this run

name: Documentation
on:
push:
branches: [master]
tags: '*'
pull_request:
jobs:
build:
# These permissions are needed to:
# - Deploy the documentation: https://documenter.juliadocs.org/stable/man/hosting/#Permissions
# - Delete old caches: https://github.com/julia-actions/cache#usage
permissions:
actions: write
contents: write
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
show-versioninfo: true
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}