Bring back rsync
Some checks failed
/ build (push) Failing after 4m1s

This commit is contained in:
Correl Roush 2024-08-25 19:58:31 -04:00
parent 2a1a0f8dbc
commit 85d63626e8

View file

@ -8,7 +8,7 @@ jobs:
container: container:
image: node:20-bookworm image: node:20-bookworm
steps: steps:
- run: apt update && apt install -y emacs-nox - run: apt update && apt install -y emacs-nox rsync
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: emacs --batch --no-init-file --load publish.el --funcall org-publish-all - run: emacs --batch --no-init-file --load publish.el --funcall org-publish-all
- run: | - run: |