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 1c1feef commit 2ba12f5Copy full SHA for 2ba12f5
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Validate HTML with W3C
19
run: |
20
npm install -g nu-html-checker
21
- nu-html-checker ~/static/snapshot.html
+ nu-html-checker static/snapshot.html
22
23
- name: Check config
24
id: config
0 commit comments