Skip to content

Commit bf47082

Browse files
committed
chore: deploy webgl
1 parent c746c19 commit bf47082

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ jobs:
7878
unityVersion: 2021.3.26f1
7979
targetPlatform: ${{ matrix.targetPlatform }}
8080
projectPath: './src/Packages/Passport/Samples~/sample'
81+
- name: Deploy to GitHub Pages
82+
uses: JamesIves/[email protected]
83+
if: matrix.targetPlatform == 'WebGL'
84+
with:
85+
branch: gh-pages
86+
folder: build
8187
- uses: actions/upload-artifact@v3
8288
if: always()
8389
with:

.github/workflows/test.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)