Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmlaX authored Jan 10, 2024
1 parent 50ffb45 commit 26068ab
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Documenter
using MPSDynamics

#push!(LOAD_PATH,"../include/")

makedocs(
clean = true,
doctest = true,
Expand All @@ -14,19 +12,6 @@ makedocs(
)

deploydocs(
repo = "git@github.com:angusdunnett/MPSDynamics.git",
repo = "github.com/angusdunnett/MPSDynamics.git",
devurl = "docs"
)

# bitbucket = "/home/angus/Documents/Julia/angus-dunnett.bitbucket.io/"
# build = "/home/angus/Documents/Julia/mps2.0/docs/build/"

# Base.Filesystem.cp(joinpath(build, "assets"), joinpath(bitbucket,"assets"), force=true)
# Base.Filesystem.cp(joinpath(build,"index.html"), joinpath(bitbucket,"index.html"), force=true)
# Base.Filesystem.cp(joinpath(build,"search"), joinpath(bitbucket,"search"), force=true)
# Base.Filesystem.cp(joinpath(build,"search_index.js"), joinpath(bitbucket,"search_index.js"), force=true)
# cd(bitbucket)
# pwd()
# run(Cmd(`git commit -a -m "auto-commit"`))
# run(Cmd(`git push`))

0 comments on commit 26068ab

Please sign in to comment.