Skip to content

Commit

Permalink
Update deploy-website.yml (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 7, 2024
1 parent 62e77ad commit d711bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
working-directory: website
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
working-directory: website
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v4
with:
node-version: 18.x
Expand Down

0 comments on commit d711bd8

Please sign in to comment.