main: minor bugfix
This commit is contained in:
parent
88a4c12bee
commit
f1fa866d7c
|
@ -40,6 +40,10 @@ jobs:
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: create index.glb
|
- name: create index.glb
|
||||||
run: cp example/assets/*.glb .
|
run: cp example/assets/*.glb .
|
||||||
|
- name: cleanup 1
|
||||||
|
run: test -f example/three/sandbox/other.gltf && rm example/three/sandbox/other.gltf
|
||||||
|
- name: cleanup 2
|
||||||
|
run: test -f example/three/sandbox/assets/2wa.gitlab.io && rm -rf example/three/sandbox/assets/2wa.gitlab.io
|
||||||
# working-directory: ./
|
# working-directory: ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue