File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 sync :
12- runs-on : [self-hosted, wheels-FW ]
12+ runs-on : [self-hosted, Linux, X64, wheels-fw ]
1313 steps :
1414 - name : Checkout Repo
1515 uses : actions/checkout@v3
1818
1919 - name : Sync to shared docs folder
2020 run : |
21- rsync -av --no-perms --no-owner --no-group --del docs/src/ /mnt/shared/docs/3.0.0/guides
22- rsync -av --no-perms --no-owner --no-group docs/src/.gitbook/assets/ /mnt/shared/public/images
23- rsync -av --no-perms --no-owner --no-group --del docs/api/ /mnt/shared/public/json
21+ rsync -av --no-perms --no-owner --no-group --del docs/src/ "${{ secrets.DEPLOY_PATH }}/docs/3.0.0/guides"
22+ rsync -av --no-perms --no-owner --no-group docs/src/.gitbook/assets/ "${{ secrets.DEPLOY_PATH }}/public/images"
23+ rsync -av --no-perms --no-owner --no-group --del docs/api/ "${{ secrets.DEPLOY_PATH }}/public/json"
24+
2425
2526
You can’t perform that action at this time.
0 commit comments