From 84b2080fc685e5ac5ad8c3f6867b939a0a371c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Tue, 2 Jul 2024 21:37:11 +1000 Subject: [PATCH] chore: Update tidy.yml (#1137) --- .github/workflows/tidy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 97fc6862..1f245319 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: {} push: branches: - - gh-pages + - main paths: - index.html @@ -12,7 +12,7 @@ jobs: name: Tidy up runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - 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