Skip to content

Commit

Permalink
Fix docs so they're being pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Sep 2, 2024
1 parent 1f8179d commit 2b4c3c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ or you use the Pkg prompt by hitting `]` within the Julia REPL and then type

```julia
# add local registry, where QED is registered
(@v1.9) pkg> registry add https://github.com/QEDjl-project/registry
(@v1.10) pkg> registry add https://github.com/QEDjl-project/registry
# add general registry again to have it join the local registry
(@v1.9) pkg> registry add https://github.com/JuliaRegistries/General
(@v1.10) pkg> registry add https://github.com/JuliaRegistries/General

(@v1.9) pkg> add QED
(@v1.10) pkg> add QED
```

To install the locally downloaded package on Windows, change to the parent directory and type within the Pkg prompt

```julia
(@v1.9) pkg> add ./QED.jl
(@v1.10) pkg> add ./QED.jl
```
4 changes: 1 addition & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ makedocs(;
pages=["Home" => "index.md", "Automatic Testing" => "ci.md"],
)

deploydocs(;
repo="github.com/QEDjl-project/QED.jl.git", push_preview=false, devbranch="main"
)
deploydocs(; repo="github.com/QEDjl-project/QED.jl.git", push_preview=false)

0 comments on commit 2b4c3c1

Please sign in to comment.