From bae00b4a69409e94ea0cfb3835b9fb9bf5748986 Mon Sep 17 00:00:00 2001 From: TheWisePigeon Date: Mon, 22 Jan 2024 14:02:06 +0000 Subject: [PATCH] fix: bad syntax in action file --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f56869d..06eb42b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,10 +32,12 @@ jobs: wget -P models -O dlib_face_recognition_resnet_model_v1.dat https://github.com/Kagami/go-face-testdata/raw/master/models/dlib_face_recognition_resnet_model_v1.dat wget -P models -O mmod_human_face_detector.dat https://github.com/Kagami/go-face-testdata/raw/master/models/mmod_human_face_detector.dat - - name: Setup node and install dependencies + - name: Setup node uses: actions/setup-node@v4 with: node-version: 18 + + - name: Install dependencies run: npm ci - name: Compile tailwind