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.
2 parents 65691b9 + d9a835d commit 77cc1a0Copy full SHA for 77cc1a0
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
RELEASE_DIR: "/home/public_html/site/releases/"
38
RSYNC_DIR: "/home/public_html/site/latest/"
39
- USERGUIDE_DIR: "/home/public_html/userguides/"
+ USERGUIDE_DIR: "/home/public_html/userguides"
40
CONFIG_FILE: "/home/public_html/config/.env.site"
41
with:
42
host: ${{ secrets.DEPLOY_SSH_BOX }}
@@ -63,7 +63,7 @@ jobs:
63
sudo ln -nsf $CONFIG_FILE .env
64
65
echo $'Link current user guide\n'
66
- sudo ln -nsf $USERGUIDE_DIR/user_guide_4 public/user_guide
+ sudo ln -nsf $USERGUIDE_DIR/userguide4 public/user_guide
67
68
echo $'Set up Links\n'
69
cd $RELEASE_DIR
0 commit comments