Skip to content

Commit

Permalink
Update workflow Emacs to 29.3
Browse files Browse the repository at this point in the history
In an attempt to fix an issue generating Markdown on Emacs
28.2 (https://github.com/jeffkreeftmeijer/enough.css/blob/ca4d94b12abd60dcb8e19bc1a39b66d477b8f5a2/README.md?plain=1#L13-L22)
bump the version in the workflow to 29.3.
  • Loading branch information
jeffkreeftmeijer committed Apr 26, 2024
1 parent 5c74df3 commit eb23dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: purcell/setup-emacs@master
with:
version: 28.2
version: 29.3
- run: emacs --batch enough.css.org --load scripts/readme.el/readme.el --eval "(readme/to-markdown \"README.md\")"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit eb23dba

Please sign in to comment.