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 592df7d7 85a95c38

+17 -17
+17 -17
.forgejo/workflows/deploy.yaml
··· 15 15 - name: Checkout 16 16 uses: actions/checkout@v4 17 17 18 - # - name: Install pnpm 19 - # uses: https://github.com/pnpm/action-setup@v4 20 - # with: 21 - # version: 10 18 + - name: Install pnpm 19 + uses: https://github.com/pnpm/action-setup@v4 20 + with: 21 + version: 10 22 22 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: https://github.com/denoland/setup-deno@v2 23 + - name: Install Node.js 24 + uses: https://github.com/actions/setup-node@v4 30 25 with: 31 - deno-version: vx.x.x 32 - cache: true 26 + node-version: 24 27 + cache: 'pnpm' 28 + 29 + # - uses: https://github.com/denoland/setup-deno@v2 30 + # with: 31 + # deno-version: vx.x.x 32 + # cache: true 33 33 34 34 - name: Install SSH key 35 35 uses: https://github.com/shimataro/ssh-key-action@v2 ··· 39 39 known_hosts: ${{ secrets.KNOWN_HOSTS }} 40 40 if_key_exists: fail 41 41 42 - # - run: pnpm install 43 - - run: deno install 42 + - run: pnpm install 43 + # - run: deno install 44 44 45 45 - name: Build website 46 - # run: pnpm run build-action 47 - run: deno run build-action 46 + run: pnpm run build-action 47 + # run: deno run build-action 48 48 49 49 - name: Create folder if not exists 50 50 continue-on-error: true