Skip to content

Commit

Permalink
fix deployment (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Mar 8, 2024
1 parent e93279e commit 558a221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: Setup Python 3.11
uses: actions/setup-python@v5
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mkdocs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: Setup Python 3.11
uses: actions/setup-python@v5
Expand Down

0 comments on commit 558a221

Please sign in to comment.