From 6e8a2ef2793ac037b94baf320bbd83ae90fc72f5 Mon Sep 17 00:00:00 2001 From: rodrigomha Date: Mon, 8 Jul 2024 17:26:24 -0700 Subject: [PATCH] remove in make.jl --- docs/make.jl | 2 -- docs/src/tutorials/pcm_simulation.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 572815ec9f..ce9640a385 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -53,8 +53,6 @@ makedocs(; pages = Any[p for p in pages], ) -rm(joinpath(@__DIR__, "build", "tutorials", "rts-store"); recursive = true) - deploydocs(; repo = "github.com/NREL-Sienna/PowerSimulations.jl.git", target = "build", diff --git a/docs/src/tutorials/pcm_simulation.md b/docs/src/tutorials/pcm_simulation.md index 3d9bfd40da..6f0ae2e92e 100644 --- a/docs/src/tutorials/pcm_simulation.md +++ b/docs/src/tutorials/pcm_simulation.md @@ -260,7 +260,7 @@ read_realized_variables( uc_results, ["ActivePowerVariable__ThermalStandard", "ActivePowerVariable__RenewableDispatch"], ) -rm(path, force =true, recursive = true) # hide +rm(path, force = true, recursive = true) #hide ```