Skip to content

Commit ec8e20a

Browse files
authored
Update main.yml
1 parent ca66e23 commit ec8e20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
wget -P ../pyramid https://beakerboy.github.io/Threejs-Geometries/src/PyramidGeometry.js
1414
wget -P ../ramp https://beakerboy.github.io/Threejs-Geometries/src/RampGeometry.js
1515
wget -P ../wedge https://beakerboy.github.io/Threejs-Geometries/src/WedgeGeometry.js
16-
wget https://api.openstreetmap.org/api/0.6/way/285102551
17-
cat 285102551
16+
wget https://api.openstreetmap.org/api/0.6/way/285102551/full
17+
cat full
1818
cd ../pyramid
1919
echo '{"name":"pyramid","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
2020
cd ../ramp

0 commit comments

Comments
 (0)