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
|
# path: feat/multiparty
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: create index.gltf
|
- name: create index.glb
|
||||||
run: cp example/assets/*.{gltf,glb} .
|
run: cp example/assets/*.{glb} .
|
||||||
# working-directory: ./
|
# working-directory: ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue