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 f1fa866 commit ba8c730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- 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
run: test -f example/three/sandbox/other.gltf && rm example/three/sandbox/other.gltf || true
- name: cleanup 2
run: test -f example/three/sandbox/assets/2wa.gitlab.io && rm -rf example/three/sandbox/assets/2wa.gitlab.io
run: test -f example/three/sandbox/assets/2wa.gitlab.io && rm -rf example/three/sandbox/assets/2wa.gitlab.io || true
# working-directory: ./
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit ba8c730

Please sign in to comment.