From f1fa866d7c07544964589e1e3793ca7ad20282d1 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 17 May 2024 18:00:47 +0200 Subject: [PATCH] main: minor bugfix --- .github/workflows/website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 329d292..8bc8afe 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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