Skip to content

Commit 09c72a9

Browse files
committed
fix: yaml workflow
1 parent 9259a25 commit 09c72a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
# Build job
2323
build:
2424
runs-on: ubuntu-latest
25-
image: silex/emacs:29.4-ci
25+
container:
26+
image: silex/emacs:29.4-ci # has emacs, make, git
2627
steps:
2728
- name: Checkout
2829
uses: actions/checkout@v4

0 commit comments

Comments
 (0)