Skip to content

Commit

Permalink
HOTFIX: adding local dir to ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ytalo Borja committed Oct 14, 2023
1 parent f9ee4f1 commit 682c259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perujug_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
server: ${{ secrets.PERUJUG_FTP_CICD_SERVER }}
username: ${{ secrets.PERUJUG_FTP_CICD_USERNAME }}
password: ${{ secrets.PERUJUG_FTP_CICD_PASSWORD }}
dry-run: true
dry-run: true
local-dir: ./_site/

0 comments on commit 682c259

Please sign in to comment.