This commit is contained in:
parent
b0dac33222
commit
2a1a0f8dbc
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: silex/emacs:29.1-alpine-ci
|
image: node:20-bookworm
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs rsync
|
- run: apt update && apt install -y emacs-nox
|
||||||
- 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: |
|
||||||
|
|
Loading…
Reference in a new issue