feat: добавить установку rsync и openssh-client для развертывания документации
Some checks failed
Test / Lint (pull_request) Successful in 52s
Test / Test (pull_request) Successful in 1m13s
Docs Deploy / Build and Deploy MkDocs (push) Failing after 26s
Test / Lint (push) Successful in 1m0s
Test / Test (push) Successful in 53s

This commit was merged in pull request #6.
This commit is contained in:
2026-02-11 22:49:30 +00:00
parent a58dea5499
commit 8b639ee6c9

View File

@@ -24,6 +24,11 @@ jobs:
- name: Build MkDocs site - name: Build MkDocs site
run: mkdocs build run: mkdocs build
- name: Install rsync
run: |
sudo apt-get update
sudo apt-get install -y rsync openssh-client
- name: Prepare SSH key - name: Prepare SSH key
env: env:
SSH_KEY_B64: ${{ secrets.ROOT_CI_KEY_B64 }} SSH_KEY_B64: ${{ secrets.ROOT_CI_KEY_B64 }}