Move checkout back to the top

This commit is contained in:
aria 2025-05-16 23:28:29 +10:00
parent d7bb294622
commit 96bba4677d
No known key found for this signature in database

View file

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