try debian container image
Some checks failed
Deploy to Web Server / deploy (push) Failing after 49s
Some checks failed
Deploy to Web Server / deploy (push) Failing after 49s
This commit is contained in:
parent
1df985e246
commit
54c676b1bd
1 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
deploy:
|
||||
# runs-on: WebDeployment
|
||||
runs-on: 9950x
|
||||
container:
|
||||
image: code.forgejo.org/oci/debian:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -31,10 +33,8 @@ jobs:
|
|||
with:
|
||||
node-version: 23.11.0
|
||||
cache: 'pnpm'
|
||||
- run: pnpm install
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: pnpm install
|
||||
- run: pnpm install
|
||||
|
||||
- name: Build website
|
||||
run: pnpm run build-action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue