Skip to content

Commit

Permalink
fix missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 19, 2024
1 parent 92aeca9 commit e7b898b
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 @@ -65,7 +65,7 @@ jobs:
server: 'sftp://141.138.138.119'
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
server-dir: '/home/pool_joeke_dev/htdocs'
server-dir: '/home/pool_joeke_dev/htdocs/'
exclude: |
**/.git*
**/.git*/**
Expand Down

0 comments on commit e7b898b

Please sign in to comment.