File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ jobs:
112112 docs :
113113 name : Documentation
114114 runs-on : ubuntu-latest
115+ permissions :
116+ pull-requests : read # Required when using `push_preview=true`
117+ statuses : write # Optional, used to report documentation build statuses
115118 steps :
116119 - uses : actions/checkout@v3
117120 - uses : julia-actions/setup-julia@v1
@@ -128,6 +131,7 @@ jobs:
128131 run : julia --color=yes --project=docs/ --code-coverage docs/make.jl
129132 env :
130133 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
134+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131135 - uses : julia-actions/julia-processcoverage@v1
132136 - uses : codecov/codecov-action@v3
133137 with :
Original file line number Diff line number Diff line change @@ -83,4 +83,4 @@ Mocking.apply(mocking_patch) do
8383 )
8484end
8585
86- deploydocs (; repo= " github.com/JuliaComputing/JuliaHub.jl" )
86+ deploydocs (; repo= " github.com/JuliaComputing/JuliaHub.jl" , push_preview = true )
You can’t perform that action at this time.
0 commit comments