mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 12:59:55 +00:00
checkout later in the workflow
This commit is contained in:
parent
54c676b1bd
commit
1a1f6ea39d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue