Skip to content

Commit

Permalink
fix: bad syntax in action file
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph0x45 committed Jan 22, 2024
1 parent 7dde498 commit bae00b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae00b4

Please sign in to comment.