Cyb3r-Jak3 / html5validator-action

GitHub Action that checks HTML5 syntax.
https://github.com/marketplace/actions/html5-validator
Mozilla Public License 2.0
42 stars 12 forks source link

Workflow seems to run into an error when there is no issues with my website. #30

Closed WindowsSystemAdmin closed 2 years ago

WindowsSystemAdmin commented 2 years ago

Question

If there is an issue with your workflow then please include a log link or output as well as your full workflow config file

Hello there, I ran into an issue with my workflow and the error seems to be this: "file:/github/workspace/./index.html":11.1-11.7: error: Element "head" is missing a required instance of child element "title". when in fact I have an element title in head.

Trade Tools - Figures Table
Cyb3r-Jak3 commented 2 years ago

Assuming that this is the repo you are using.

This issue that your index.html file does not have <title> only the ResearchResources.html file does

WindowsSystemAdmin commented 2 years ago

ah yes your right thanks! I was up all night figuring this out!