main: minor bugfix
This commit is contained in:
parent
9333ecd8c2
commit
056029b09c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/website.yml
vendored
4
.github/workflows/website.yml
vendored
|
|
@ -38,8 +38,8 @@ jobs:
|
|||
# path: feat/multiparty
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: create index.gltf
|
||||
run: cp example/assets/*.{gltf,glb} .
|
||||
- name: create index.glb
|
||||
run: cp example/assets/*.{glb} .
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue