Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
main: minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofsalvation committed May 17, 2024
1 parent 88a4c12 commit f1fa866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
uses: actions/configure-pages@v3
- name: create index.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: ./
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit f1fa866

Please sign in to comment.