try debian container image
Some checks failed
Deploy to Web Server / deploy (push) Failing after 49s

This commit is contained in:
aria 2025-05-16 23:12:46 +10:00
parent 1df985e246
commit 54c676b1bd
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -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