Skip to content

Commit

Permalink
Fixed dir to public_html
Browse files Browse the repository at this point in the history
  • Loading branch information
LucF120 committed Jun 6, 2024
1 parent 5dc9e7c commit f64a071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: '/public_html'

0 comments on commit f64a071

Please sign in to comment.