Skip to content

Commit e80b0c8

Browse files
committed
feat: emacs container image for compiling org mode
1 parent 67fcd75 commit e80b0c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
3-
41
on:
52
# Runs on pushes targeting the default branch
63
push:
@@ -25,6 +22,8 @@ jobs:
2522
# Build job
2623
build:
2724
runs-on: ubuntu-latest
25+
container:
26+
image: silex/emacs-base:latest # since compiling emacs org mode to html
2827
steps:
2928
- name: Checkout
3029
uses: actions/checkout@v4

0 commit comments

Comments
 (0)