Skip to content

Commit 1e554a3

Browse files
committed
Update main.yml
1 parent 2115ebb commit 1e554a3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,16 @@ jobs:
3737
-e "1,3s/blob\/main$/blob\/v18.1/" /home/ubuntu/DWTDocArchive/_config.yml
3838
cd DWTDocArchive && bundle exec jekyll build
3939
40-
- name: Sync files
40+
# - name: Sync files
41+
# uses: SamKirkland/FTP-Deploy-Action@4.3.0
42+
# with:
43+
# server: ${{ secrets.FTP_TEST_SITE_SERVER }}
44+
# username: ${{ secrets.FTP_TEST_SITE_USER }}
45+
# password: ${{ secrets.FTP_TEST_SITE_PASSWORD }}
46+
# port: 7500
47+
# local-dir: /home/ubuntu/DWTDocArchive/_site/
48+
# server-dir: /www.dynamsoft.com/web-twain/docs-archive/v18.1/
49+
- name: Sync files to Test Env
4150
uses: SamKirkland/FTP-Deploy-Action@4.3.0
4251
with:
4352
server: ${{ secrets.FTP_TEST_SITE_SERVER }}

0 commit comments

Comments
 (0)