We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78b10e commit df5ec38Copy full SHA for df5ec38
.github/workflows/ci.yml
@@ -20,17 +20,9 @@ jobs:
20
21
- name: Install tidy
22
run: |
23
- # When Ubuntu gets the latest version, use the following instead:
24
- # sudo apt-get install tidy -y
25
- git clone git://github.com/htacg/tidy-html5
26
- cd tidy-html5
27
- git checkout 5.7.28
28
- cd build/cmake
29
- cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
30
- make package -j$(nproc)
31
- sudo dpkg -i tidy-5.7.28-64bit.deb
32
- cd ../../..
33
- rm -r tidy-html5
+ wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb
+ sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
+ rm tidy-5.8.0-Linux-64bit.deb
34
35
- name: Check links
36
run: python3 check_links.py
0 commit comments