Skip to content

Commit

Permalink
ci: add AstroRegistry to Docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker authored Jul 3, 2024
1 parent 63e5a32 commit bfbbd5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
tar -xf 1E-1048-5937.tar -C ex-datadir/
- name: Build documentation
run: |
julia -e 'import Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/astro-group-bristol/AstroRegistry/"))'
julia --project=docs -e '
using Pkg
Pkg.add("Plots")
Expand All @@ -51,4 +52,4 @@ jobs:
Pkg.instantiate()'
- run: julia --color=yes -tauto --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bfbbd5f

Please sign in to comment.