We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986d46f commit b1ab353Copy full SHA for b1ab353
.github/workflows/deploy-userguide.yml
@@ -49,5 +49,5 @@ jobs:
49
remote_server_ip: ${{ secrets.DEPLOY_SSH_BOX }}
50
ssh_port: ${{ secrets.DEPLOY_PORT }}
51
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
52
- source_path: "./user_guide_src/build/html/*"
53
- destination_path: "/home/public_html/userguides/v4/"
+ source_path: "user_guide_src/build/html/*"
+ destination_path: "/home/public_html/userguides/user_guide_4/"
0 commit comments