CI fix 1
This commit is contained in:
parent
ae7225d4ba
commit
e661a114ce
2 changed files with 1 additions and 3 deletions
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
|
|
@ -39,8 +39,6 @@ jobs:
|
|||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: create index.gltf
|
||||
run: cp example/assets/query.gltf index.gltf
|
||||
- name: copy gltfs
|
||||
run: cp example/assets/*.{gltf,glb} .
|
||||
# working-directory: ./
|
||||
- name: Upload artifact
|
||||
|
|
|
|||
2
make
2
make
|
|
@ -99,7 +99,7 @@ build(){
|
|||
wget "https://cdn.jsdelivr.net/npm/aframe-blink-controls/dist/aframe-blink-controls.min.js" -O dist/aframe-blink-controls.min.js
|
||||
}
|
||||
|
||||
cat dist/aframe.min.js dist/aframe-blink-controls.min.js dist/xrfragment.aframe.js dist/xrfragment.extras.js > dist/xrfragment.aframe.all.js
|
||||
cat dist/aframe.min.js dist/aframe-blink-controls.min.js dist/xrfragment.aframe.js > dist/xrfragment.aframe.all.js
|
||||
|
||||
# add license headers
|
||||
for file in dist/xrfragment.{aframe,module,three,three.module,aframe.all}.js; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue