[READ-ONLY] Mirror of https://github.com/flo-bit/webgl-text-flowy-background. flo-bit.dev/webgl-text-flowy-background/
0

Configure Feed

Select the types of activity you want to include in your feed.

update cd

Florian (Jul 29, 2025, 7:26 PM +0200) 7245319d 4570a488

+4 -4
+4 -4
.github/workflows/deploy.yml
··· 10 10 runs-on: ubuntu-latest 11 11 steps: 12 12 - name: Checkout 13 - uses: actions/checkout@v3 13 + uses: actions/checkout@v4 14 14 15 15 - name: Install Node.js 16 - uses: actions/setup-node@v3 16 + uses: actions/setup-node@v4 17 17 with: 18 18 node-version: 18 19 19 cache: npm ··· 28 28 npm run build 29 29 30 30 - name: Upload Artifacts 31 - uses: actions/upload-pages-artifact@v2 31 + uses: actions/upload-pages-artifact@v3 32 32 with: 33 33 path: 'dist/' 34 34 ··· 47 47 steps: 48 48 - name: Deploy 49 49 id: deployment 50 - uses: actions/deploy-pages@v2 50 + uses: actions/deploy-pages@v4