File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3333 cp -rfp ./web-twain-docs/* ./DWTDoc/
3434 cd Docs-Template-Repo-Preview && git pull && cd .. && cp -rfp ./Docs-Template-Repo-Preview/* ./DWTDoc/
3535 cd DWTDoc && bundle exec jekyll build
36- python3 /home/ubuntu/ftp.py /home/ubuntu/DWTDoc/_site/ ./www.dynamsoft.com/web-twain/docs/ prod
3736
3837 - name : Sync files
3938 uses : SamKirkland/FTP-Deploy-Action@4.3.0
4342 password : ${{ secrets.FTP_DYNAMSOFT_LOCAL_PASSWORD }}
4443 port : 21
4544 local-dir : /home/ubuntu/DWTDoc/_site/
46- server-dir : /www.dynamsoft.com/web-twain/docs/core/
45+ server-dir : /www.dynamsoft.com/web-twain/docs/
4746
4847 Build-Preview :
4948 if : ${{ github.ref == 'refs/heads/preview' }}
Original file line number Diff line number Diff line change 3636 cd web-twain-docs && git pull && cd .. && cp -rfp ./web-twain-docs/* ./DWTDoc/
3737 cd Docs-Template-Repo-Preview && git pull && cd .. && cp -rfp ./Docs-Template-Repo-Preview/* ./DWTDoc/
3838 cd DWTDoc && bundle exec jekyll build --incremental
39- python3 /home/ubuntu/ftp.py /home/ubuntu/DWTDoc/_site/ ./www.dynamsoft.com/web-twain/docs/ prod
4039
4140 - name : Sync files
4241 uses : SamKirkland/FTP-Deploy-Action@4.3.0
4645 password : ${{ secrets.FTP_DYNAMSOFT_LOCAL_PASSWORD }}
4746 port : 21
4847 local-dir : /home/ubuntu/DWTDoc/_site/
49- server-dir : /www.dynamsoft.com/web-twain/docs/core/
48+ server-dir : /www.dynamsoft.com/web-twain/docs/
5049
5150 Build-Preview :
5251 if : ${{ github.ref == 'refs/heads/preview' }}
You can’t perform that action at this time.
0 commit comments