aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/scripts/http-page-preview.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'dev_tools/scripts/http-page-preview.ps1')
-rw-r--r--dev_tools/scripts/http-page-preview.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/dev_tools/scripts/http-page-preview.ps1 b/dev_tools/scripts/http-page-preview.ps1
index 4df4d8a..79ed77a 100644
--- a/dev_tools/scripts/http-page-preview.ps1
+++ b/dev_tools/scripts/http-page-preview.ps1
@@ -1,2 +1,4 @@
+$starting_dir = Get-Location
Set-Location "docs"
python -m http.server 3000
+Set-Location $starting_dir