Skip to content

CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat) #129

CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat)

CompatHelper: add new compat entry for Artifacts at version 1, (keep existing compat) #129

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
tags: '*'
pull_request:
branches:
- main
tags: '*'
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- name: Install dependencies
run: julia --color=yes --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(; path = ".")); Pkg.instantiate()'
- name: Build and deploy
run: julia --color=yes --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}