copy gltfs to website root
This commit is contained in:
parent
839cabcdab
commit
e6518c9c66
1 changed files with 2 additions and 0 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
uses: actions/configure-pages@v3
|
||||
- name: create index.gltf
|
||||
run: cp example/assets/query.gltf index.gltf
|
||||
- name: copy gltfs
|
||||
run: cp example/assets/*.gltf .
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue