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}}
|
||||
password: ${{secrets.DOCS_FTP_PASSWORD}}
|
||||
local-dir: ./dist/
|
||||
server-dir: docs/
|
||||
server-dir: ./
|
||||
port: 21
|
||||
protocol: ftps
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro check && astro build",
|
||||
"build:prod": "astro check && astro build --base /docs",
|
||||
"build:prod": "astro check && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user