Skip to content

Commit bf5a96f

Browse files
committed
download path
1 parent 3509e85 commit bf5a96f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,11 @@ jobs:
134134
- uses: actions/download-artifact@v4
135135
with:
136136
name: docs_site
137+
path: docs_site
137138
- run: sudo apt-get --yes update
138139
- run: sudo apt-get --yes install --no-install-recommends openssh-client rsync
139140
- run: mkdir ~/.ssh
140141
- run: echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
141142
- run: echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
142143
- run: chmod 600 ~/.ssh/id_ed25519
143-
- run: ls -al
144-
- run: find .
145144
- run: rsync -a --delete --delete-delay --delay-updates docs_site/ [email protected]:site/

0 commit comments

Comments
 (0)