Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFuwa committed Mar 11, 2024
1 parent 2b07e3f commit 5062e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: julia --project=docs/ docs/make.jl
6 changes: 2 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
deploydocs(repo = "github.com/GianlucaFuwa/MetaQCD.jl.git")

0 comments on commit 5062e84

Please sign in to comment.