diff --git a/.github/workflows/build-suggested-tools.yml b/.github/workflows/build-suggested-tools.yml new file mode 100644 index 0000000..629f8ad --- /dev/null +++ b/.github/workflows/build-suggested-tools.yml @@ -0,0 +1,28 @@ +name: Build suggested tools + +on: + push: + paths: + - 'suggested-tools.md' + workflow_dispatch: + +permissions: + contents: write + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Build suggested tools HTML + run: node scripts/build-suggested-tools.js + + - name: Commit changes (if any) + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + git diff --quiet && exit 0 + git add index.html formatter/index.html og-image/index.html + git commit -m "Rebuild suggested tools from suggested-tools.md" + git push diff --git a/formatter/index.html b/formatter/index.html index 8529551..d1a9b77 100644 --- a/formatter/index.html +++ b/formatter/index.html @@ -265,9 +265,12 @@

Live Preview

All Tools · W3C Validator · Can I Use · + W3C Feed Validator · Cast Feed Validator · - Embed Responsively + Embed Responsively · + Image Alt Writer 2 +

HTML Formatter & Tidy

+

Suggested Tools

+