Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

Update .forgejo/workflows/deploy.yaml

aria 9b0c8283 b54d89b9

+18 -12
+18 -12
.forgejo/workflows/deploy.yaml
··· 10 10 # runs-on: WebDeployment 11 11 runs-on: 3900x 12 12 container: 13 - image: ghcr.io/ublue-os/bazzite-dx:42.20250529 14 - # image: docker.io/node:24-bookworm 13 + image: docker.io/node:24-bookworm 15 14 steps: 16 15 - name: Checkout 17 16 uses: actions/checkout@v4 18 17 19 - - name: Install pnpm 20 - uses: https://github.com/pnpm/action-setup@v4 21 - with: 22 - version: 10 18 + # - name: Install pnpm 19 + # uses: https://github.com/pnpm/action-setup@v4 20 + # with: 21 + # version: 10 23 22 24 - - name: Install Node.js 25 - uses: https://github.com/actions/setup-node@v4 23 + # - name: Install Node.js 24 + # uses: https://github.com/actions/setup-node@v4 25 + # with: 26 + # node-version: 24 27 + # cache: 'pnpm' 28 + 29 + - uses: denoland/setup-deno@v2 26 30 with: 27 - node-version: 24 28 - cache: 'pnpm' 31 + deno-version: vx.x.x 32 + cache: true 29 33 30 34 - name: Install SSH key 31 35 uses: https://github.com/shimataro/ssh-key-action@v2 ··· 35 39 known_hosts: ${{ secrets.KNOWN_HOSTS }} 36 40 if_key_exists: fail 37 41 38 - - run: pnpm install 42 + # - run: pnpm install 43 + - run: deno install 39 44 40 45 - name: Build website 41 - run: pnpm run build-action 46 + # run: pnpm run build-action 47 + run: deno run build-action 42 48 43 49 - name: Create folder if not exists 44 50 continue-on-error: true