copy gltfs to website root
This commit is contained in:
parent
839cabcdab
commit
e6518c9c66
|
@ -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…
Reference in New Issue