Skip to content

Commit

Permalink
Hacer checkout de archivos en lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegonzalez committed May 7, 2024
1 parent 3afb653 commit af6bedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quarto-book-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
lfs: true

- name: update
run: sudo apt-get update
Expand Down

0 comments on commit af6bedc

Please sign in to comment.