1
0
Fork 0

Use 1.2.8 in CD

This commit is contained in:
Darcy Shen 2024-08-07 22:26:53 +08:00
parent bb59695198
commit 00fec719f6
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: download release from mogan research repository - name: download release from mogan research repository
run: | run: |
wget https://github.com/XmacsLabs/mogan/releases/download/v1.2.8-rc2/mogan-research-v1.2.8-rc2-debian12.deb -O /tmp/mogan-research.deb wget https://github.com/XmacsLabs/mogan/releases/download/v1.2.8/mogan-research-v1.2.8-debian12.deb -O /tmp/mogan-research.deb
DEBIAN_FRONTEND=noninteractive apt install -y /tmp/mogan-research.deb DEBIAN_FRONTEND=noninteractive apt install -y /tmp/mogan-research.deb
- name: convert document to html format - name: convert document to html format