Skip to content

Commit 3d68433

Browse files
committed
move webgl docs build to preview, test ci
1 parent b1637e7 commit 3d68433

File tree

14 files changed

+81750
-77776
lines changed

14 files changed

+81750
-77776
lines changed

.github/workflows/deploy-webgl-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "docs/**"
8+
- "Preview/**"
99

1010
jobs:
1111
deploy:
@@ -20,4 +20,4 @@ jobs:
2020
uses: JamesIves/github-pages-deploy-action@v4
2121
with:
2222
branch: main
23-
folder: docs
23+
folder: Preview
File renamed without changes.
File renamed without changes.

docs/index.html renamed to Preview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
streamingAssetsUrl: "StreamingAssets",
3737
companyName: "Thirdweb",
3838
productName: "UnitySDK",
39-
productVersion: "4.7.7",
39+
productVersion: "4.7.11",
4040
};
4141

4242
const container = document.querySelector("#unity-container");

0 commit comments

Comments
 (0)