Skip to content

Commit

Permalink
Fix 2.3 deployment dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Jan 19, 2024
1 parent c04c645 commit 3c0a815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
RSYNC_OPTIONS: -azr --delete
RSYNC_TARGET: [email protected]:public_html/2.3/.
RSYNC_BASEDIR: /_build/.
RSYNC_BASEDIR: /build/.
if: env.DEPLOY_KEY
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

0 comments on commit 3c0a815

Please sign in to comment.