Skip to content

Commit

Permalink
Merge branch 'w3c:gh-pages' into trackpad-button-support
Browse files Browse the repository at this point in the history
  • Loading branch information
xingri authored Mar 30, 2024
2 parents 43650d6 + df03f46 commit 332ba89
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 72 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Tidy document
on:
workflow_dispatch: {}
push:
branches:
- gh-pages
paths:
- index.html

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 index.html index.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
Loading

0 comments on commit 332ba89

Please sign in to comment.