We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8f712 commit 565a7a6Copy full SHA for 565a7a6
3 files changed
.github/workflows/deploy-dev.yml
@@ -3,6 +3,7 @@ name: Deploy Dev Preview
3
on:
4
push:
5
branches: [dev]
6
+ workflow_dispatch:
7
8
permissions:
9
contents: read
.github/workflows/deploy-prod.yml
@@ -4,6 +4,7 @@ on:
tags:
- 'v*'
10
index.html
@@ -154,7 +154,7 @@
154
</div>
155
</footer>
156
157
- <script type="module" src="/src/main.js"></script>
+ <script type="module" src="src/main.js"></script>
158
</body>
159
160
</html>
0 commit comments