main: minor bugfix
This commit is contained in:
parent
056029b09c
commit
88a4c12bee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
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 .
|
||||||
# working-directory: ./
|
# working-directory: ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue