From b0dac33222c207b9e31bfd815dfdf94f6cf3ae71 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sun, 25 Aug 2024 19:25:58 -0400 Subject: [PATCH] Add nodejs as a ci dep --- .forgejo/workflows/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/example.yaml b/.forgejo/workflows/example.yaml index 83ae371..aff3b01 100644 --- a/.forgejo/workflows/example.yaml +++ b/.forgejo/workflows/example.yaml @@ -8,9 +8,9 @@ jobs: container: image: silex/emacs:29.1-alpine-ci steps: + - run: apk add nodejs rsync - uses: actions/checkout@v4 - run: emacs --batch --no-init-file --load publish.el --funcall org-publish-all - - run: apk add rsync - run: | mkdir -p ~/.ssh cat < ~/.ssh/config