Skip to content

Commit

Permalink
Merge branch 'main' into minor-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Jun 24, 2024
2 parents 6ddcb56 + 3e8c3aa commit 5bd61d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: "1.8"
shell: bash
version: "1"
- name: instantiate docs
run: |
julia --project=docs -e '
Expand Down
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
GalacticOptim = "a75be94c-b780-496d-a8a9-0878b188d577"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"

[compat]
Documenter = "1"
DocumenterCitations = "1"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end

examples = [title=>joinpath("generated", string(name, ".md")) for (title, name) in examples]

makedocs(bib;
makedocs(;
modules=[LAMMPS],
authors="CESMIX-MIT",
repo="https://github.com/cesmix-mit/LAMMPS.jl/blob/{commit}{path}#{line}",
Expand All @@ -44,9 +44,9 @@ makedocs(bib;
"Examples" => examples,
"API" => "api.md",
],
plugins = [bib],
doctest = true,
linkcheck = true,
strict = true,
)

deploydocs(;
Expand Down

0 comments on commit 5bd61d9

Please sign in to comment.