Will that work?
Some checks failed
Deploy / Deploy (push) Failing after 8s

This commit is contained in:
Astra 2025-04-20 21:09:14 +09:00
parent 4f85fe2ef6
commit df18b3f97f
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

View file

@ -15,14 +15,14 @@ jobs:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node - name: Setup Deno
uses: https://git.witchcraft.systems/scientific-witchery/setup-deno@v2 uses: https://github.com/denoland/setup-deno@v2
- name: Install dependencies - name: Install dependencies
run: deno install run: deno install
- name: Build project - name: Build project
run: npm run build run: deno task build
- name: Setup SCP - name: Setup SCP
run: | run: |