Move checkout back to the top
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m35s

This commit is contained in:
aria 2025-05-16 23:28:29 +10:00
parent d7bb294622
commit 96bba4677d
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -12,6 +12,9 @@ jobs:
container: container:
image: docker.io/node:23-bookworm image: docker.io/node:23-bookworm
steps: steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm - name: Install pnpm
uses: https://github.com/pnpm/action-setup@v4 uses: https://github.com/pnpm/action-setup@v4
with: with:
@ -31,10 +34,6 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }} known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: fail if_key_exists: fail
- name: Checkout
uses: actions/checkout@v4
- run: pnpm install - run: pnpm install
- name: Build website - name: Build website