Skip to content

Commit

Permalink
correct repo for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuebel committed Apr 23, 2024
1 parent 32a5a7e commit 22d2a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# @license BSD-3 https://opensource.org/licenses/BSD-3-Clause
# Copyright (c) 2022, Institute of Automatic Control - RWTH Aachen University
# Copyright (c) 2024, Institute of Automatic Control - RWTH Aachen University
# All rights reserved.

using Documenter, SciGL
import Documenter.Remotes: GitLab

makedocs(sitename="SciGL.jl", repo=GitLab("git-ce.rwth-aachen.de", "diss", "scigl.jl"))
makedocs(sitename="SciGL")
deploydocs(repo="github.com/rwth-irt/SciGL.jl.git")

0 comments on commit 22d2a52

Please sign in to comment.