mirror of
https://github.com/jwetzell/personal-site.git
synced 2026-09-06 06:39:00 +00:00
Merge pull request #4 from jwetzell/dependabot/github_actions/SamKirkland/FTP-Deploy-Action-4.4.0
Bump SamKirkland/FTP-Deploy-Action from 4.3.6 to 4.4.0
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
run: hugo --minify --destination ./build
|
run: hugo --minify --destination ./build
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
|
uses: SamKirkland/FTP-Deploy-Action@v4.4.0
|
||||||
with:
|
with:
|
||||||
server: ${{secrets.FTP_HOST}}
|
server: ${{secrets.FTP_HOST}}
|
||||||
username: ${{secrets.FTP_USERNAME}}
|
username: ${{secrets.FTP_USERNAME}}
|
||||||
|
|||||||
Reference in New Issue
Block a user