Skip to content

Commit

Permalink
Remove tidy file with force
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Apr 9, 2024
1 parent 42c75f3 commit 09a448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Install HTML Tidy
command: |
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
rm -rf tidy-5.8.0-Linux-64bit.deb
- run:
name: Install Requirements
command: |
Expand Down

0 comments on commit 09a448d

Please sign in to comment.