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 9333ecd commit 056029b
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 @@ -38,8 +38,8 @@ jobs:
# path: feat/multiparty
- name: Setup Pages
uses: actions/configure-pages@v3
- name: create index.gltf
run: cp example/assets/*.{gltf,glb} .
- name: create index.glb
run: cp example/assets/*.{glb} .
# working-directory: ./
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 056029b

Please sign in to comment.