We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066d985 commit ad9f66cCopy full SHA for ad9f66c
.github/workflows/build-ui.yml
@@ -35,7 +35,9 @@ jobs:
35
uses: actions/upload-artifact@v4
36
with:
37
name: github-pages
38
- path: "??/build/*.zip"
+ path: |
39
+ ??/build/*.zip
40
+ index.html
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
index.html
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>UI bundles for the CTI website</title>
7
+</head>
8
+<body>
9
+ <h1>Note</h1>
10
+ <p>This site is providing resources for the automated process. It is not dedicated for human visitors</p>
11
+</body>
12
+</html>
0 commit comments