deploy to root of docs site

This commit is contained in:
Joel Wetzell
2025-12-04 08:33:51 -06:00
parent e4e501a117
commit b8853d6950
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ jobs:
username: ${{secrets.DOCS_FTP_USERNAME}} username: ${{secrets.DOCS_FTP_USERNAME}}
password: ${{secrets.DOCS_FTP_PASSWORD}} password: ${{secrets.DOCS_FTP_PASSWORD}}
local-dir: ./dist/ local-dir: ./dist/
server-dir: docs/ server-dir: ./
port: 21 port: 21
protocol: ftps protocol: ftps
+1 -1
View File
@@ -9,7 +9,7 @@
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro check && astro build", "build": "astro check && astro build",
"build:prod": "astro check && astro build --base /docs", "build:prod": "astro check && astro build",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },