From 523793aecbc9d0adfc42eafd1271430a9cf6721f Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:50:52 -0500 Subject: [PATCH] add node --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3dcd4e5..92f3533 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apt update && apt install -y rsync + run: apt update && apt install -y rsync nodejs - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info