Skip to content

Commit

Permalink
add lfs checkout for files that will be published
Browse files Browse the repository at this point in the history
  • Loading branch information
frett27 committed Jan 7, 2024
1 parent e297ffd commit 5b3067a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v2
with:
lfs: 'true'
- name: checkoutLFS
uses: actions/checkout@v2
- run: git lfs pull
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
mkdocs
mkdocs-material
mkdocs-pdf-export-plugin
bs4

0 comments on commit 5b3067a

Please sign in to comment.