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(
4444 devbranch = " main" ,
4545 devurl = " dev" ;
4646 ),
47- draft = false ,
4847 source = " src" ,
4948 build = " build" ,
5049 warnonly= false ,
@@ -53,8 +52,7 @@ makedocs(
5352# Enable logging to console again
5453Logging. disable_logging (Logging. BelowMinLevel)
5554
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" ,
5856 branch = " gh-pages" ,
5957 devbranch = " main" ,
6058 push_preview = true
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ export default defineConfig({
9999 ] ,
100100 ignoreDeadLinks : false ,
101101 vite : {
102+ define : {
103+ __DEPLOY_ABSPATH__ : JSON . stringify ( 'REPLACE_ME_DOCUMENTER_VITEPRESS_DEPLOY_ABSPATH' ) ,
104+ } ,
102105 resolve : {
103106 alias : {
104107 '@' : path . resolve ( __dirname , '../components' )
You can’t perform that action at this time.
0 commit comments