this repo has no description

Will that work?

astrra.space df18b3f9 4f85fe2e

verified
Changed files
+3 -3
.forgejo
workflows
+3 -3
.forgejo/workflows/deploy.yaml
··· 15 15 - name: Checkout repo 16 16 uses: actions/checkout@v4 17 17 18 - - name: Setup Node 19 - uses: https://git.witchcraft.systems/scientific-witchery/setup-deno@v2 18 + - name: Setup Deno 19 + uses: https://github.com/denoland/setup-deno@v2 20 20 21 21 - name: Install dependencies 22 22 run: deno install 23 23 24 24 - name: Build project 25 - run: npm run build 25 + run: deno task build 26 26 27 27 - name: Setup SCP 28 28 run: |