File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ makedocs(
44
44
devbranch = " main" ,
45
45
devurl = " dev" ;
46
46
),
47
- draft = false ,
48
47
source = " src" ,
49
48
build = " build" ,
50
49
warnonly= false ,
@@ -53,8 +52,7 @@ makedocs(
53
52
# Enable logging to console again
54
53
Logging. disable_logging (Logging. BelowMinLevel)
55
54
56
- deploydocs (; repo= " github.com/rafaqz/Rasters.jl" ,
57
- target = " build" , # this is where Vitepress stores its output
55
+ DocumenterVitepress. deploydocs (; repo= " github.com/rafaqz/Rasters.jl" ,
58
56
branch = " gh-pages" ,
59
57
devbranch = " main" ,
60
58
push_preview = true
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ export default defineConfig({
99
99
] ,
100
100
ignoreDeadLinks : false ,
101
101
vite : {
102
+ define : {
103
+ __DEPLOY_ABSPATH__ : JSON . stringify ( 'REPLACE_ME_DOCUMENTER_VITEPRESS_DEPLOY_ABSPATH' ) ,
104
+ } ,
102
105
resolve : {
103
106
alias : {
104
107
'@' : path . resolve ( __dirname , '../components' )
You can’t perform that action at this time.
0 commit comments