We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1c24a commit 844d493Copy full SHA for 844d493
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: Build and Deploy Demo
+name: Deploy Demo
2
3
on:
4
push:
README.md
@@ -13,6 +13,7 @@
13
<a href="https://www.npmjs.com/package/webgl-tech-particles">
14
<img src="https://img.shields.io/npm/dw/webgl-tech-particles" alt="npm" >
15
</a>
16
+<img src="https://github.com/a-rudenko/webgl-tech-particles/actions/workflows/deploy.yml/badge.svg" alt="deploy demo" >
17
</div>
18
19
Interactive 3D particle system with technology icons using WebGL and Three.js.
0 commit comments