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:
|
deploy:
|
||||||
# runs-on: WebDeployment
|
# runs-on: WebDeployment
|
||||||
runs-on: 9950x
|
runs-on: 9950x
|
||||||
|
container:
|
||||||
|
image: code.forgejo.org/oci/debian:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -31,10 +33,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 23.11.0
|
node-version: 23.11.0
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- run: pnpm install
|
|
||||||
|
|
||||||
# - name: Install dependencies
|
- run: pnpm install
|
||||||
# run: pnpm install
|
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: pnpm run build-action
|
run: pnpm run build-action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue