Skip to content

Commit

Permalink
Tune deploy scripts to upload documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Jul 19, 2017
1 parent dfc3630 commit ed389a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/deploy.jl
Expand Up @@ -6,4 +6,5 @@ using AbaqusReader

deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/JuliaFEM/AbaqusReader.jl.git")
repo = "github.com/JuliaFEM/AbaqusReader.jl.git",
julia = "0.6")
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
@@ -1,5 +1,5 @@
site_name: AbaqusReader.jl
repo_url: https://github.com/JuliaFEM/AbaqusReader.jl
repo_url: https://github.com/JuliaFEM/AbaqusReader.jl.git
site_description: Parse ABAQUS .inp file
site_author: ahojukka5

Expand Down

0 comments on commit ed389a9

Please sign in to comment.