Skip to content

Commit

Permalink
Update workflow Emacs version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed May 3, 2024
1 parent 6dea5d5 commit fc9c385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 29.3
version: 28.2
- 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
2 changes: 1 addition & 1 deletion enough.css.org
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
fetch-depth: 0
- uses: purcell/setup-emacs@master
with:
version: 28.2
version: 29.3
- run: <<generate-readme>>
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit fc9c385

Please sign in to comment.