checkout later in the workflow
Some checks failed
Deploy to Web Server / deploy (push) Failing after 28s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 28s
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