Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbasquensmunoz committed Aug 21, 2024
1 parent 4571c69 commit 5642f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: '1.10'
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia -e 'using Pkg; Pkg.develop(url="https://gitlab.com/alblaz/BoreholeResponseFunctions.git"); Pkg.develop(url="https://github.com/marcbasquensmunoz/FiniteLineSource"); Pkg.develop(path=pwd()); Pkg.add("Documenter"); Pkg.add("Literate"); Pkg.build("BoreholeNetworksSimulator"); Pkg.instantiate()'
run: julia -e 'using Pkg; Pkg.add(url="https://gitlab.com/alblaz/BoreholeResponseFunctions.git"); Pkg.add(url="https://github.com/marcbasquensmunoz/FiniteLineSource"); Pkg.develop(path=pwd()); Pkg.add("Documenter"); Pkg.add("Literate"); Pkg.build("BoreholeNetworksSimulator"); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 3 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using Documenter, Literate, BoreholeNetworksSimulator

pages = [
"Introduction" => "index.md"
"Introduction" => "index.md",
#="Tutorial" => [
"Basic tutorial" => "tutorial.md",
"Non-history method" => "nonhistory.md",
"Running from python" => "python.md"
],
"API" => "api.md"=#
],=#
"API" => "api.md"
]

dir = @__DIR__
Expand All @@ -16,7 +16,6 @@ dir = @__DIR__
makedocs(
pages = pages,
sitename = "BoreholeNetworksSimulator.jl"
#repo = Remotes.GitHub("marcbasquensmunoz", "BoreholeNetworksSimulator.jl")
)
deploydocs(
repo = "github.com/marcbasquensmunoz/BoreholeNetworksSimulator.jl.git"
Expand Down

0 comments on commit 5642f02

Please sign in to comment.