Skip to content

Commit

Permalink
fix: setup node and install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph0x45 committed Jan 22, 2024
1 parent ccd56eb commit 7dde498
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: thewisepigeon/visio
images: thewisepigeon/visio:latest

- name: Download models
run: |
Expand All @@ -32,6 +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
uses: actions/setup-node@v4
with:
node-version: 18
run: npm ci

- name: Compile tailwind
run: |
mkdir public
Expand Down

0 comments on commit 7dde498

Please sign in to comment.