Skip to content

Commit

Permalink
Fix validation errors and disable
Browse files Browse the repository at this point in the history
img alt is easy enough. The other issues will
require digging in bikeshed:

```
  Validating index.bs.built.html...
103 $ java -jar "/home/runner/.config/yarn/global/node_modules/vnu-jar/build/dist/vnu.jar" --also-check-css "index.bs.built.html"
104 "file:/home/runner/work/ngff/ngff/index.bs.built.html":855.23-855.28: error: CSS: “border-block-width”: Property “border-block-width” doesn't exist.
105 "file:/home/runner/work/ngff/ngff/index.bs.built.html":1555.25-1555.28: error: CSS: “color-scheme”: Property “color-scheme” doesn't exist.
106 "file:/home/runner/work/ngff/ngff/index.bs.built.html":1812.5-1812.116:
```
  • Loading branch information
joshmoore committed Nov 19, 2020
1 parent 4ab4283 commit 7312c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
GH_PAGES_BRANCH: gh-pages
VALIDATE_LINKS: true
VALIDATE_MARKUP: true
VALIDATE_MARKUP: false
1 change: 1 addition & 0 deletions header.include
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<!--p data-fill-with="logo"></p-->
<img src="http://www.openmicroscopy.org/img/logos/ome-logomark.svg"
alt="OME logo (6 circles in a hexagon)"
style="float:right;width:42px;height:42px;">

<h1 id="title" class="p-name no-ref">[TITLE]</h1>
Expand Down

0 comments on commit 7312c3c

Please sign in to comment.