[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-creature. three.js journey #16 - tamagotchi flo-bit.dev/tiny-creature/
0

Configure Feed

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

update deploy

Florian (Feb 3, 2025, 12:51 PM +0100) c8315993 70b72f02

+1 -2
+1 -2
.github/workflows/deploy.yml
··· 28 28 npm run build 29 29 30 30 - name: Upload Artifacts 31 - uses: actions/upload-pages-artifact@v4 31 + uses: actions/upload-pages-artifact@v3 32 32 with: 33 - # this should match the `pages` option in your adapter-static options 34 33 path: "dist/" 35 34 36 35 deploy: