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'