From eca4d79243b7a84b0bf78b5309c188f8ee2619b4 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 7 Oct 2023 19:19:55 -0300 Subject: [PATCH] fixup! Add Nanoc::Filters::Tidy --- .github/workflows/al-quran.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/al-quran.yml b/.github/workflows/al-quran.yml index 26b6b3aac..32bbb55e2 100644 --- a/.github/workflows/al-quran.yml +++ b/.github/workflows/al-quran.yml @@ -37,5 +37,7 @@ jobs: uses: actions/checkout@v2 - name: Prepare environment uses: './.github/actions/prepare-env' + - name: Add HTMLTidy + - run: apt-get install tidy - name: nanoc run: bundle exec rake build