aboutsummaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/deploy.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml
index 8938d83..cd489ce 100644
--- a/.gitea/workflows/deploy.yml
+++ b/.gitea/workflows/deploy.yml
@@ -9,13 +9,14 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: 22
+ node-version: 20
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
with:
name: website
path: dist/
+ compression-level: 9
deploy:
runs-on: self-hosted