mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
deploy to root of docs site
This commit is contained in:
@@ -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
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user