Skip to content

Commit

Permalink
move webgl docs build to preview, test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Mar 22, 2024
1 parent b1637e7 commit 3d68433
Show file tree
Hide file tree
Showing 14 changed files with 81,750 additions and 77,776 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-webgl-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- "docs/**"
- "Preview/**"

jobs:
deploy:
Expand All @@ -20,4 +20,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: docs
folder: Preview
File renamed without changes.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html → Preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
streamingAssetsUrl: "StreamingAssets",
companyName: "Thirdweb",
productName: "UnitySDK",
productVersion: "4.7.7",
productVersion: "4.7.11",
};

const container = document.querySelector("#unity-container");
Expand Down
Loading

0 comments on commit 3d68433

Please sign in to comment.