checkout later in the workflow
Some checks failed
Deploy to Web Server / deploy (push) Failing after 28s

This commit is contained in:
aria 2025-05-16 23:14:41 +10:00
parent 54c676b1bd
commit 1a1f6ea39d
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -12,9 +12,6 @@ jobs:
container:
image: code.forgejo.org/oci/debian:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SSH key
uses: https://github.com/shimataro/ssh-key-action@v2
with:
@ -34,6 +31,9 @@ jobs:
node-version: 23.11.0
cache: 'pnpm'
- name: Checkout
uses: actions/checkout@v4
- run: pnpm install
- name: Build website