Skip to content

Commit

Permalink
ci-fix: trying to checkout lfs files to re-enable logo
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed May 5, 2024
1 parent 0fc1abd commit 1cc58ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v4
with:
lfs: true
lfs: true
submodules: true

- name: "Checkout LFS"
run: git lfs checkout

- name: Update the Capabilities Wiki Page
run: |
Expand Down

0 comments on commit 1cc58ab

Please sign in to comment.