.github/pages/index.html
... ...
@@ -1,9 +0,0 @@
1
-<head>
2
- <title>Hello Sailing World</title>
3
-</head>
4
-<body>
5
- <h1>Hello Sailing World</h1>
6
- <p>
7
- This is the Sailing Analytics solution.
8
- </p>
9
-</body>
.github/workflows/release.yml
... ...
@@ -6,6 +6,7 @@ on:
6 6
- '.github/workflows/*'
7 7
- '**/*.md'
8 8
- 'README.md'
9
+ - 'docs/**'
9 10
workflow_dispatch:
10 11
inputs:
11 12
skip_tests:
docs/index.html
... ...
@@ -0,0 +1,9 @@
1
+<head>
2
+ <title>Hello Sailing World</title>
3
+</head>
4
+<body>
5
+ <h1>Hello Sailing World</h1>
6
+ <p>
7
+ This is the Sailing Analytics solution.
8
+ </p>
9
+</body>