Move checkout back to the top
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m35s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m35s
This commit is contained in:
parent
d7bb294622
commit
96bba4677d
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue