Skip to content

Commit 888f28f

Browse files
committed
try again
1 parent eb66194 commit 888f28f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/Documenter.yml

-4
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
version: '1'
3434
show-versioninfo: true
3535
- uses: julia-actions/cache@v2
36-
- uses: julia-actions/julia-buildpkg@v1
37-
env:
38-
PYTHON: ""
3936
- name: Install dependencies
4037
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
4138
- name: Build and deploy
@@ -51,4 +48,3 @@ jobs:
5148
using TrixiAtmo
5249
DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo); recursive=true)
5350
doctest(TrixiAtmo)'
54-

docs/make.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
1212
makedocs(;
1313
modules = [TrixiAtmo],
1414
authors = "Benedict Geihe <[email protected]>, Tristan Montoya <[email protected], Hendrik Ranocha <[email protected]>, Michael Schlottke-Lakemper <[email protected]>",
15-
repo = "https://github.com/trixi-framework/TrixiAtmo.jl/blob/{commit}{path}#{line}",
15+
repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"),
1616
sitename = "TrixiAtmo.jl",
1717
format = Documenter.HTML(;
1818
prettyurls = get(ENV, "CI", "false") == "true",
@@ -25,6 +25,6 @@ makedocs(;
2525
plugins = [links],)
2626

2727
deploydocs(;
28-
repo = Github("trixi-framework", "TrixiAtmo.jl"),
28+
repo = Remotes.Github("trixi-framework", "TrixiAtmo.jl"),
2929
devbranch = "main",
3030
push_preview = false)

0 commit comments

Comments
 (0)