Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrok9 authored Sep 10, 2024
1 parent 6198224 commit 9baaf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Remove unused notebooks and md files for book build
run: |
find . -name '*.ipynb' ! -name 'TUTORIAL*' ! -name 'LECTURA*' -type f -delete
find . -name '*.md' ! -name 'intro.md' -type f -delete
find . -name '*.md' ! -name 'intro.md' ! -name 'TUTORIAL - Extraer, transformar y cargar datos-link.md' -type f -delete
# Build the book, requires bash to initialize autorun scripts for mamba, hence bash -l {0}
- name: Build the book
Expand Down

0 comments on commit 9baaf4c

Please sign in to comment.