Skip to content

Commit

Permalink
fixed missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 8, 2024
1 parent 6685b57 commit c84ba80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v4

- name: HTML5Validator
uses: Cyb3r-Jak3/html5validator-action
with:
root: var/www/html
root: var/www/html/
blacklist: invalid

- name: Set up QEMU
Expand Down

0 comments on commit c84ba80

Please sign in to comment.