👷 Update publish action
publish Details

This commit is contained in:
Marcel Kapfer 2023-04-02 12:33:40 +02:00
parent 8f17c0e4b0
commit eb6f4efa7c
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 5 deletions

View File

@ -8,10 +8,10 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
container: silex/emacs:27.2-alpine-ci
container: silex/emacs:28.1-alpine-ci
steps:
- name: Install packages
run: apk add --no-cache openssh nodejs
run: apk add --no-cache openssh rsync nodejs
- name: Add SSH key
run: |
@ -31,9 +31,6 @@ jobs:
- name: Build publish script
run: emacs -Q --script publish/publish.el
- name: Install rsync
run: apk add --no-cache rsync
- name: Deploy build
run: |
rsync \