Skip to content

Commit

Permalink
Fix LFS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 2, 2024
1 parent 9edd4b1 commit 84265d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- name: Show diff
- name: Create commit
run: |
git commit --all -m 'Update URLs'
- run: >
- run: |
git config lfs.https://github.com/kdeldycke/awesome-billing.git/info/lfs.locksverify false
git push

0 comments on commit 84265d4

Please sign in to comment.