mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 01:56:18 +01:00
emacs26 in gh-pages
This commit is contained in:
parent
7e0a0425bc
commit
2b6a96518d
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -3,7 +3,7 @@ name: github pages
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -12,7 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs
|
run: sudo apt-get install emacs26
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
run: make -C src/ doc
|
run: make -C src/ doc
|
||||||
|
Loading…
Reference in New Issue
Block a user