Skip to content

Commit ac93f73

Browse files
committed
change JS upload dir
1 parent fde5ec6 commit ac93f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.FTP_DYNAMSOFT_LOCAL_PASSWORD }}
5454
port: 21
5555
local-dir: /home/ubuntu/DDNDocServer/_site/
56-
server-dir: /www.dynamsoft.com/code-parser/docs/js/
56+
server-dir: /www.dynamsoft.com/code-parser/docs/web/
5757

5858
Build-Preview:
5959
if: ${{ github.ref == 'refs/heads/preview' }}
@@ -91,4 +91,4 @@ jobs:
9191
password: ${{ secrets.FTP_TEST_SITE_PASSWORD }}
9292
port: 7500
9393
local-dir: /home/ubuntu/DCPDocJSPreview/_site/
94-
server-dir: /www.dynamsoft.com/code-parser/docs/js/
94+
server-dir: /www.dynamsoft.com/code-parser/docs/web/

0 commit comments

Comments
 (0)