We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3509e85 commit bf5a96fCopy full SHA for bf5a96f
.github/workflows/ci.yml
@@ -134,12 +134,11 @@ jobs:
134
- uses: actions/download-artifact@v4
135
with:
136
name: docs_site
137
+ path: docs_site
138
- run: sudo apt-get --yes update
139
- run: sudo apt-get --yes install --no-install-recommends openssh-client rsync
140
- run: mkdir ~/.ssh
141
- run: echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
142
- run: echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
143
- run: chmod 600 ~/.ssh/id_ed25519
- - run: ls -al
144
- - run: find .
145
- run: rsync -a --delete --delete-delay --delay-updates docs_site/ [email protected]:site/
0 commit comments