[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:50 PM +0100) 70b72f02 9a6ee6b3

+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@v4 32 32 with: 33 33 # this should match the `pages` option in your adapter-static options 34 34 path: "dist/" ··· 48 48 steps: 49 49 - name: Deploy 50 50 id: deployment 51 - uses: actions/deploy-pages@v2 51 + uses: actions/deploy-pages@v4