Skip to content

Commit c6feb4b

Browse files
committed
add empty refs
1 parent c1c8e77 commit c6feb4b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: '1.10'
2222
- uses: julia-actions/cache@v1
2323
- name: Install dependencies
24-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
24+
run: julia --project=docs/ -e 'using Pkg; Pkg.add(["Documenter","DocumenterCitations"]); Pkg.develop(url="https://github.com/byu-cxi/BcdiCore.jl.git"); Pkg.instantiate()'
2525
- name: Build and deploy
2626
env:
2727
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key

Diff for: docs/Project.toml

-3
This file was deleted.

Diff for: docs/make.jl

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Documenter, BcdiCore
1+
using Documenter, DocumenterCitations, BcdiCore
2+
3+
bib = CitationBibliography(joinpath(@__DIR__, "src", "refs.bib"))
24

35
makedocs(
46
sitename="BcdiCore.jl",
@@ -14,7 +16,8 @@ makedocs(
1416
"Traditional Models"=>"use/trad.md",
1517
"Multiscale Modes"=>"use/multi.md"
1618
]
17-
]
19+
],
20+
plugins = [bib]
1821
)
1922

2023
deploydocs(

Diff for: docs/src/refs.bib

Whitespace-only changes.

0 commit comments

Comments
 (0)