Skip to content

Commit a0263f8

Browse files
committed
.
1 parent 9eee07a commit a0263f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Upload Pages artifact
2222
uses: actions/upload-pages-artifact@v3
2323
with:
24-
path: docs/website
24+
path: docs/website/html
2525
- name: Deploy to GitHub Pages
2626
uses: actions/deploy-pages@v4

docs/website/html/downloads/index.html

Whitespace-only changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
1717
<!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other --><!-- Other -->
1818
</body>
19-
<script src="./../js/index.js"></script>
20-
<script src="./../js/components.js"></script>
19+
<script src="./../../js/index.js"></script>
20+
<script src="./../../js/components.js"></script>
2121
</html>

0 commit comments

Comments
 (0)