diff --git a/.forgejo/workflows/example.yaml b/.forgejo/workflows/example.yaml index d658de0..f899c42 100644 --- a/.forgejo/workflows/example.yaml +++ b/.forgejo/workflows/example.yaml @@ -8,7 +8,7 @@ jobs: container: image: node:20-bookworm steps: - - run: apt update && apt install -y emacs-nox + - run: apt update && apt install -y emacs-nox rsync - uses: actions/checkout@v4 - run: emacs --batch --no-init-file --load publish.el --funcall org-publish-all - run: |