Skip to content

Commit

Permalink
build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaslin committed Oct 9, 2024
1 parent 66a942f commit 8dcdc64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8dcdc64

Please sign in to comment.