diff --git a/.github/workflows/documentation.yml b/.github/workflows/Documentation.yml similarity index 92% rename from .github/workflows/documentation.yml rename to .github/workflows/Documentation.yml index b8c7ad42..bc710db7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/Documentation.yml @@ -24,4 +24,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key - run: julia --project=docs/ --code-coverage=user docs/make.jl \ No newline at end of file + run: julia --project=docs/ docs/make.jl \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index 5358d755..fde02dcd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,9 +26,7 @@ makedocs( ], checkdocs = :none, warnonly = [:cross_references], - format = Documenter.HTML( - canonical = "https://gianlucafuwa.github.io/MetaQCD/", - ), + format = Documenter.HTML(), ) -deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl") \ No newline at end of file +deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl.git") \ No newline at end of file