Skip to content

Commit

Permalink
Fix docs workflow to use Git-LFS (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpenko authored Aug 17, 2023
1 parent 6eb16c5 commit 44c36bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 44c36bf

Please sign in to comment.