Skip to content

chore: tidy up index.html #21

chore: tidy up index.html

chore: tidy up index.html #21

Workflow file for this run

name: Tidy document
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
tidy:
name: Tidy up
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew install tidy-html5
- run: tidy -config tidyconfig.txt -o encrypted-media-respec.html encrypted-media-respec.html
- uses: peter-evans/create-pull-request@v6
with:
title: "Tidied up document using tidy-html5"
commit-message: "chore: tidy up index.html"
branch: html-tidy