Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
port: ${{ secrets.FTP_PORT }}
protocol: ftp
local-dir: ./
remote-dir: /public_html/wp-content/themes/site-learninglab/
server-dir: /public_html/wp-content/themes/site-learninglab/
exclude: |
**/.git*
**/.git*/**
Expand Down
Loading