Skip to content

Commit 54a5367

Browse files
committed
another attempt for contributions...
1 parent da00f97 commit 54a5367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish to Github Pages
55
on:
66
push:
77
branches: [main]
8-
paths: ["reports/**", "tests/**", "generate/src/**", "index.html", "results.html", "contributing.md", "generate/config.json"]
8+
paths: ["reports/**", "tests/**", "generate/src/**", "index.html", "results.html", "contributing.html", "contributing.md", "generate/config.json"]
99

1010
# Allows workflow to be triggered manually from the Actions tab
1111
workflow_dispatch:

contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<section id="sotd">
8888
</section>
8989

90-
<div data-include="CONTRIBUTING.md" data-include-format="markdown" data-include-replace="true"></div>
90+
<div data-include="https://w3c.github.io/epub-tests/CONTRIBUTING.md" data-include-format="markdown" data-include-replace="true"></div>
9191

9292
</body>
9393
</html>

0 commit comments

Comments
 (0)