Skip to content

Use HTML5 in ox-html exports #8

Use HTML5 in ox-html exports

Use HTML5 in ox-html exports #8

Workflow file for this run

name: README.md
on:
push:
branches: [ "main" ]
jobs:
generate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- uses: purcell/setup-emacs@master
with:
version: 28.2
- run: emacs --batch emacs-configuration.org --load scripts/readme.el/readme.el --eval "(readme/to-markdown \"README.md\")"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Regenerate README.md