Skip to content

Commit

Permalink
Merge pull request #116 from aai-institute/bugfix/docs-checkout-lfs
Browse files Browse the repository at this point in the history
Checkout with lfs.
  • Loading branch information
Samuel Burbulla authored Apr 10, 2024
2 parents 7ce9041 + fba0d34 commit a82dfd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
lfs: "true"
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down

0 comments on commit a82dfd4

Please sign in to comment.