We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560795b commit ba2c7b6Copy full SHA for ba2c7b6
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
VITE_PUBLIC_BASE_PATH: https://docs.sveltin.io
28
29
- name: FTP Deploy to production domain
30
- uses: SamKirkland/FTP-Deploy-Action@4.3.0
+ uses: SamKirkland/FTP-Deploy-Action@4.3.2
31
with:
32
server: ${{ secrets.PROD_FTP_HOSTNAME }}
33
username: ${{ secrets.PROD_FTP_USERNAME }}
0 commit comments