Skip to content

Commit d931ff5

Browse files
authored
Update jekyll.yml
1 parent 09d78ff commit d931ff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
steps:
5151
- name: Download artifact
5252
uses: actions/download-artifact@v4.1.8
53+
with:
54+
path: website/
5355
- name: Deploy to FTP
5456
id: deployment
5557
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
@@ -60,4 +62,4 @@ jobs:
6062
server-dir: ${{ vars.ftp_path }}
6163
protocol: ftps
6264
port: 21
63-
dangerous-clean-slate: true
65+
local-dir: website/

0 commit comments

Comments
 (0)