From 29254ae9b648d0af2e3a0a054f1cde2f34ab7887 Mon Sep 17 00:00:00 2001 From: Marc Basquens Date: Fri, 23 Aug 2024 10:36:23 +0200 Subject: [PATCH] Test --- .github/workflows/documentation.yml | 4 ++-- docs/Project.toml | 1 - docs/make.jl | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 75bc145..47cb8cf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,12 +22,12 @@ jobs: version: '1.10' - uses: julia-actions/cache@v1 - name: Install dependencies - run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/marcbasquensmunoz/geothermal_registry")); Pkg.Registry.add("General"); Pkg.activate(joinpath(pwd(), "docs")); Pkg.resolve()' + run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/marcbasquensmunoz/geothermal_registry")); Pkg.Registry.add("General"); Pkg.add("Documenter"); Pkg.activate(joinpath(pwd(), "docs")); Pkg.resolve()' #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 }} - run: julia --color=yes docs/make.jl + run: julia --color=yes docs/make.jl #Pkg.add(url="https://gitlab.com/alblaz/BoreholeResponseFunctions.git"); Pkg.add(url="https://github.com/marcbasquensmunoz/FiniteLineSource"); #Pkg.Registry.add(RegistrySpec(url="https://github.com/marcbasquensmunoz/geothermal_registry")); Pkg.Registry.add("General"); Pkg.add("FiniteLineSource"); Pkg.add("BoreholeResponseFunctions"); diff --git a/docs/Project.toml b/docs/Project.toml index 9261e23..a99772f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,4 +1,3 @@ [deps] BoreholeNetworksSimulator = "b11dda51-a240-44f0-a43d-fea4e1309b86" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" diff --git a/docs/make.jl b/docs/make.jl index 9ea6542..73503ee 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,4 @@ -using Documenter, Literate, BoreholeNetworksSimulator +using Documenter, #=Literate,=# BoreholeNetworksSimulator pages = [ "Introduction" => "index.md",