From 8dcdc64867a98754b3b9992e626be0477eb833b1 Mon Sep 17 00:00:00 2001 From: Dave Caslin Date: Wed, 9 Oct 2024 15:26:18 -0400 Subject: [PATCH] build yaml --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2b1b2ea6..0ebe5c28 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,12 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Set up Git LFS + run: | + sudo apt-get update + sudo apt-get install git-lfs + git lfs install + - run: git lfs pull - uses: actions/setup-node@v1 #this installs node and npm for us with: node-version: '18.x'