File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
- uses : JuliaRegistries/TagBot@v1
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
- ssh : ${{ secrets.DOCUMENTER_KEY }}
15
+ ssh : ${{ secrets.Documenter }}
Original file line number Diff line number Diff line change 22
22
- name : Build and deploy
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
25
- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
25
+ DOCUMENTER_KEY : ${{ secrets.Documenter }} # If authenticating with SSH deploy key
26
26
run : julia --project=docs/ docs/make.jl
Original file line number Diff line number Diff line change 1
1
name = " ModelPredictiveControl"
2
2
uuid = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
3
authors = [" Francis Gagnon" ]
4
- version = " 0.3.1 "
4
+ version = " 0.3.2 "
5
5
6
6
[deps ]
7
7
ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
You can’t perform that action at this time.
0 commit comments